monster aggravation spell

When testing drawbridge stuff recently I ended up with an unseen
monster who evidently cast the aggravation spell repeatedly, yielding a
steady stream of "you feel that monsters are aware of your presence"
messages.  This patch makes monsters tend to avoid repeating that spell
once everyone on the level has already been woken up.  It also extends
the spell effect so that it will wake monsters like quest nemesis and the
Wizard who ordinarily wait until you get close before they become active.
This commit is contained in:
nethack.rankin
2005-03-20 05:05:06 +00:00
parent 8225790b08
commit f6c08d9f80
3 changed files with 27 additions and 9 deletions
+2
View File
@@ -99,6 +99,8 @@ land mine explosion will destroy a drawbridge at same location
avoid some more buffer overflows in query buffers containing object names
avoid giving extra information about things that break out of sight
avoid giving away wand type for near misses while blind
avoid excessive repetition of "monsters are aware of your presence"
monster's aggravation spell now affects meditating monsters
Platform- and/or Interface-Specific Fixes