Fix mind flayer missing wildly impossible
A mind flayer blasted a polyed hero on a pool, who reverted back to human. The hero teleported to safety, but the mind flayer was still thinking hero was at the old location, and tried to attack there.
This commit is contained in:
@@ -785,6 +785,7 @@ dochug(struct monst *mtmp)
|
||||
/* mind flayers can make psychic attacks! */
|
||||
} else if (is_mind_flayer(mdat) && !rn2(20)) {
|
||||
mind_blast(mtmp);
|
||||
set_apparxy(mtmp);
|
||||
distfleeck(mtmp, &inrange, &nearby, &scared);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user