fix #H2591 - sitting while swallowed (trunk only)

From a bug report, sitting while
swallowed gave "you are sitting on air," and the intended message "there are
no seats in here" was never reached.  Move the latter so that it works, and
add a new one when you try to sit while a grabber is holding on to you.

     Also add theft vs donning fixes entry which was left out two days ago.
This commit is contained in:
nethack.rankin
2012-02-06 04:17:25 +00:00
parent a2f15cfd61
commit 6ac27851a6
2 changed files with 19 additions and 24 deletions

View File

@@ -404,6 +404,11 @@ items conferring life drain resistance were affected by drain life spell
'a'pply command could be used to recogniize undiscovered potions of oil
fix replacing an existing bones file in wizard mode [load?y, unlink?n, die?y,
save?y, replace?y] for configurations using external file compression
theft of worn armor with wear/unwear delay would interfere with completion of
wearing or unwearing some other armor which also imposed a delay
(disrupted wear attempt for +N helm of brilliance would result in loss
of N points of Int and Wis; gauntlets of dexterity had similar problem)
#sit while swallowed would give the wrong message
Platform- and/or Interface-Specific Fixes