setting misc_worn_check's I_SPECIAL bit flags a monster to reassess and potentially re-equip gear at the start of its next move; this hides the details of that */
| 5912 | and potentially re-equip gear at the start of its next move; |
| 5913 | this hides the details of that */ |
| 5914 | void |
| 5915 | check_gear_next_turn(struct monst *mon) |
| 5916 | { |
| 5917 | mon->misc_worn_check |= I_SPECIAL; |
| 5918 | } |
| 5919 | |
| 5920 | /* make erinyes more dangerous based on your alignment abuse */ |
| 5921 | void |
no outgoing calls
no test coverage detected