fix B20003 - hallucination and warning

> Why does warning work normally while hallucinating?  I'd like to see
> random numbers.

     It's just a one-liner, although it has pointed out problems in the
symbol lookup code.  "0" won't work at present, so this doesn't use it,
but warning symbols "1" through "5" also have trouble--regardless of
hallucination--if someone overloads them to represent any feature aside
from warning.
This commit is contained in:
nethack.rankin
2003-02-20 00:19:49 +00:00
parent d90083bba3
commit 7aeaeac8e3
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -395,6 +395,7 @@ any object held by ghost during recorporealization would cease to exist
including the Amulet of Yendor
harassing monsters will be less likely to teleport to your location while
they're running away from you
randomize warning symbols during hallucination
Platform- and/or Interface-Specific Fixes