Mjollnir fix

Fix one of the problems From a bug report:  Mjollnir is only
giving the intended feedback when it is thrown.  Against ordinary
monsters the problem isn't too bad--you get a lightning message
without the preceding hit message--but against resistant ones there
is no message at all when you hit hand-to-hand.  (There is a similar
bug for artifacts which add magic missile damage, but since no such
artifacts exist that isn't much of a problem. :-)
This commit is contained in:
nethack.rankin
2002-03-23 04:37:02 +00:00
parent fba4cbd6af
commit db95c38e20
2 changed files with 9 additions and 7 deletions

View File

@@ -2,7 +2,9 @@ $RCSfile$ $Revision$ $Date$
General Fixes and Modified Features
-----------------------------------
Prevent panic() obj_not_free when pushing a boulder over a landmine
prevent panic() obj_not_free when pushing a boulder over a landmine
there was no feedback when successfully hitting shock resistant monsters
with Mjollnir via hand-to-hand attack
Platform- and/or Interface-Specific Fixes