cursed daggers thrown by monsters can go thru closed doors

based on a bugfix forwarded by <Someone>, check for closed doors and drop
the missle before it.  I re-arranged the pre checks a bit so m_throw no
longer needs to trust the caller to ensure everything is OK beforehand.
This commit is contained in:
cohrs
2002-07-03 06:35:35 +00:00
parent 4d402e1b07
commit 9d51c1853a
2 changed files with 11 additions and 8 deletions

View File

@@ -136,6 +136,7 @@ monsters that are frozen or sleeping cannot be grateful for untrapping
grammar of blessed-detection eating warning messages when eating 1 of N objects
message for charging for items lost in a cursed magic bag wasn't always shown
dropping gold on an altar printed no message and didn't change gnostic conduct
don't allow cursed daggers thrown by monsters to go thru closed doors
Platform- and/or Interface-Specific Fixes