fix U88 - invisible hero didn't sense self via ESP

If the character was invisible without being able to see invisible,
his location on the map showed any object there or underlying topology
instead of the hero even when monsters could be seen with infravision,
ESP, or sustained monster detection.  The ESP case required an amulet
or helm or quest artifact to be noticeable because being blind overrides
being unable to see invisible, so the more common form of telepathy
didn't exhibit this behavior.
This commit is contained in:
nethack.rankin
2002-10-04 02:46:02 +00:00
parent 4430f8f652
commit cd62daa465
4 changed files with 49 additions and 22 deletions

View File

@@ -265,6 +265,7 @@ prevent mbodypart() from returning animal parts for lights
removing a ring might relearn what it is after amnesia
sleeping shopkeeper shouldn't talk to digging player
give more specific feedback when dipping unicorn horns into potions
can see self via infravision or ESP or monster detection when invisible
Platform- and/or Interface-Specific Fixes