Monsters can see player resistances
If monsters see you resist something, generally elemental or magical attack, or if they see you reflect an attack, they learn that and will adjust their attack accordingly. Originally from SporkHack, but this version comes via EvilHack with some minor changes.
This commit is contained in:
@@ -1491,6 +1491,8 @@ extern const char *stagger(const struct permonst *, const char *);
|
||||
extern const char *on_fire(struct permonst *, struct attack *);
|
||||
extern const struct permonst *raceptr(struct monst *);
|
||||
extern boolean olfaction(struct permonst *);
|
||||
unsigned long cvt_adtyp_to_mseenres(uchar);
|
||||
extern void monstseesu(unsigned long);
|
||||
|
||||
/* ### monmove.c ### */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user