Previous hero rising as undead in bones retains intrinsics

This commit is contained in:
Pasi Kallinen
2023-12-15 16:03:26 +02:00
parent b368d4fbe9
commit 3c421da746
4 changed files with 16 additions and 0 deletions

View File

@@ -1799,6 +1799,7 @@ unsigned long cvt_adtyp_to_mseenres(uchar);
unsigned long cvt_prop_to_mseenres(uchar);
extern void monstseesu(unsigned long);
extern void monstunseesu(unsigned long);
extern void give_u_to_m_resistances(struct monst *) NONNULLARG1;
extern boolean resist_conflict(struct monst *) NONNULLARG1;
extern boolean mon_knows_traps(struct monst *, int) NONNULLARG1;
extern void mon_learns_traps(struct monst *, int) NONNULLARG1;