anger all the quest guards on the level */
| 3069 | |
| 3070 | /* anger all the quest guards on the level */ |
| 3071 | staticfn void |
| 3072 | anger_quest_guardians(struct monst *mtmp) |
| 3073 | { |
| 3074 | if (mtmp->data == &mons[gu.urole.guardnum]) |
| 3075 | setmangry(mtmp, TRUE); |
| 3076 | } |
| 3077 | |
| 3078 | /* monster 'mtmp' has died; maybe life-save, otherwise unshapeshift and |
| 3079 | update vanquished stats and update map */ |
nothing calls this directly
no test coverage detected