]> granicus.if.org Git - nethack/commitdiff
Make Mjollnir lightning noisy
authorPasi Kallinen <paxed@alt.org>
Fri, 2 Nov 2018 18:49:11 +0000 (20:49 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 2 Nov 2018 18:49:11 +0000 (20:49 +0200)
doc/fixes36.2
src/artifact.c

index 34e55455829e08fc6d59637289ac184c54e67c1f..c45ea7d66fb40b493ac351aa958618ed71208d1b 100644 (file)
@@ -180,6 +180,7 @@ death from something other than loss of hit points could leave hero with
        non-zero HP at end of game (during "really die?" prompt, disclosure)
 added several special cases for genocide and/or wishing prompt: (cookie,
        pie, genie, watchmen)
+lightning strike from Mjollnir did not make any noise
 
 
 Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository
index 2ef7dfa7c0a77cb73aad591f8fef38fe226dc49d..87cbf3b61dc6ae30a67629386aa5a6dee9975df0 100644 (file)
@@ -1215,6 +1215,8 @@ int dieroll; /* needed for Magicbane and vorpal blades */
             pline_The("massive hammer hits%s %s%c",
                       !spec_dbon_applies ? "" : "!  Lightning strikes",
                       hittee, !spec_dbon_applies ? '.' : '!');
+        if (spec_dbon_applies)
+            wake_nearto(mdef->mx, mdef->my, 4 * 4);
         if (!rn2(5))
             (void) destroy_mitem(mdef, RING_CLASS, AD_ELEC);
         if (!rn2(5))