Conflict based off of charisma

Higher charisma will make it more likely for monsters to be affected.
Conflict will also now require the monster to see the hero.

Originally from SporkHack by Derek Ray.
This commit is contained in:
Pasi Kallinen
2021-05-19 18:34:57 +03:00
parent 11e98efb94
commit 2f25556025
9 changed files with 27 additions and 10 deletions

View File

@@ -1494,6 +1494,7 @@ extern const struct permonst *raceptr(struct monst *);
extern boolean olfaction(struct permonst *);
unsigned long cvt_adtyp_to_mseenres(uchar);
extern void monstseesu(unsigned long);
extern boolean resist_conflict(struct monst *);
/* ### monmove.c ### */