hitting and mhurtle

Fix part of the buglist entry regarding hitting and mhurtle.  Flag if
mhurtle already killed the monster, and don't call killed again in this case.
One of the new checks for this already_killed flag is just futureproofing.
This commit is contained in:
cohrs
2002-08-23 05:47:54 +00:00
parent 2ce6152d63
commit c3125ec0f9
2 changed files with 12 additions and 6 deletions

View File

@@ -223,6 +223,7 @@ don't let monster end up with more current HP than max HP after life drain
make sure that missing file trickery in wizard mode which is discovered during
level change doesn't try to keep going after discarding current level
contribution by Adam Wozniak adds several const & changes some char* to char[]
fix impossible when hitting/jousting a monster causes it to be killed twice
Platform- and/or Interface-Specific Fixes