fix #M178 - mirror feedback for unID'd looking glass

From a bug report, applying a
mirror at sleeping Medusa yielded "too tired to look at your mirror" even
even though the item being used was listed in inventory as "looking glass".
Several other messages and any target monster would produce similar things.
Perhaps they should auto-ID when applied, but I changed messages to use
the description if real name isn't known.

     This also treats incubi identically to succubi regarding mirrors:
they like to see their own image and will take the mirror away when one is
applied at them.
This commit is contained in:
nethack.rankin
2005-09-22 04:57:48 +00:00
parent 5bc6f1444e
commit 7ec0d054a4
2 changed files with 37 additions and 23 deletions

View File

@@ -147,6 +147,8 @@ when there were multiple boulders at a location, moving one of them sometimes
resulted in line-of-sight anomalies
unicorn can't catch gems if it is asleep or paralyzed
fix grammar when choking on gold
some messages which referred to "mirror" ought to have used "looking glass"
incubi react to mirrors
Platform- and/or Interface-Specific Fixes