fix #Q227 - cancelling items in shop entrance (trunk only)

From a bug report:  cancelling objects
in a shop doorway or one step inside would cause the shopkeeper to brand you
a thief.  The relevant code is trying to handle the case where you're inside
one shop and zap a wand or spell from there into another one; it didn't cope
with being in the neutral area of a single shop.
This commit is contained in:
nethack.rankin
2005-11-17 03:51:16 +00:00
parent bcb9d35fe3
commit dce306df5b
2 changed files with 3 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ avoid inappropriate "the corridor disappears" when vault guard gets killed
avoid inappropriate "the guard calms down" if vault guard's magic corridor
reaches a spot where gold is embedded in the rock
adjust message for gas effect from chest trap if hero resists hallucination
cancelling non-shop objects in a shop's entrance would upset the shopkeeper
Platform- and/or Interface-Specific Fixes