Tourists gain experience by using camera flash on monsters

This counts as seeing the monster up close, so the tourist
doesn't need to get next to the monster
This commit is contained in:
Pasi Kallinen
2024-12-07 11:18:13 +02:00
parent 12228cac49
commit 863d455e1d
4 changed files with 39 additions and 24 deletions

View File

@@ -1778,6 +1778,8 @@ extern void dealloc_mextra(struct monst *);
extern boolean usmellmon(struct permonst *);
extern void mimic_hit_msg(struct monst *, short);
extern void adj_erinys(unsigned);
extern void see_monster_closeup(struct monst *) NONNULLARG1;
extern void see_nearby_monsters(void);
/* ### mondata.c ### */