fix B12003 - kicking a box embedded in a wall

Move a block of kicking code so that freeing items stuck inside
solid work takes precedence over breaking open containers.  Now the
box has a chance to fall out like other types of objects (and if it
fails that chance, there's just the normal message about not coming
loose--no attempt to actually kick open the box will occur).
This commit is contained in:
nethack.rankin
2002-09-20 05:05:46 +00:00
parent b9a3376fc5
commit 709748234d
2 changed files with 33 additions and 30 deletions

View File

@@ -248,6 +248,7 @@ starved pet raised from dead shouldn't immediately starve again
skilled spell of detected treasure wasn't acting like blessed potion of
object detection (from Roderick Schertler)
fix end of game attribute disclosure for levitation negated by sink
kicking a box embedded in a wall will knock it free rather than bust it open
Platform- and/or Interface-Specific Fixes