]> granicus.if.org Git - nethack/commitdiff
reflection
authorarromdee <arromdee>
Mon, 4 Feb 2002 03:24:17 +0000 (03:24 +0000)
committerarromdee <arromdee>
Mon, 4 Feb 2002 03:24:17 +0000 (03:24 +0000)
Found in the beta-test.

src/mcastu.c

index 752af2e23c98c953de6fee5e79cebbaf133721f8..255fd0a96fa719ea081190066da2974cdb3b0a13 100644 (file)
@@ -502,7 +502,7 @@ int spellnum;
        boolean reflects;
 
        pline("A bolt of lightning strikes down at you from above!");
-       reflects = ureflects("It bounces off your %s.", "");
+       reflects = ureflects("It bounces off your %s%s.", "");
        if (reflects || Shock_resistance) {
            shieldeff(u.ux, u.uy);
            dmg = 0;