vampires now shapeshift [trunk only]
- can shift into fog clouds, vampire bats, and vampire lords into wolves - after being "killed" in shifted form, they transform back rather than get destroyed, and you must take them on in vampire form to defeat them - can deliberately shift into fog clouds to pass under closed doors
This commit is contained in:
@@ -763,7 +763,7 @@ struct obj *obj;
|
||||
if (vis)
|
||||
pline("%s can't see anything right now.", Monnam(mtmp));
|
||||
/* some monsters do special things */
|
||||
} else if (mlet == S_VAMPIRE || mlet == S_GHOST) {
|
||||
} else if (mlet == S_VAMPIRE || mlet == S_GHOST || is_vampshifter(mtmp)) {
|
||||
if (vis)
|
||||
pline ("%s doesn't have a reflection.", Monnam(mtmp));
|
||||
} else if(!mtmp->mcan && !mtmp->minvis &&
|
||||
|
||||
Reference in New Issue
Block a user