Iron footwear and traps balance fixes
Any sort of iron footwear now protects from traps, and polymorph traps change one sort of iron footwear into a different sort of iron footwear (removing any incentive to try to farm them, because you will see both options very quickly).
This commit is contained in:
@@ -3289,6 +3289,7 @@ extern struct monst *activate_statue_trap(struct trap *, coordxy, coordxy,
|
||||
extern int immune_to_trap(struct monst *, unsigned) NO_NNARGS; /* revisit */
|
||||
extern void set_utrap(unsigned, unsigned);
|
||||
extern void reset_utrap(boolean);
|
||||
extern boolean wearing_iron_shoes(struct monst *);
|
||||
extern boolean m_harmless_trap(struct monst *, struct trap *) NONNULLPTRS;
|
||||
extern void dotrap(struct trap *, unsigned) NONNULLARG1;
|
||||
extern void seetrap(struct trap *) NONNULLARG1;
|
||||
|
||||
Reference in New Issue
Block a user