From b739904c98c6dc3749b699db4e03232467493d6a Mon Sep 17 00:00:00 2001 From: arromdee Date: Mon, 4 Feb 2002 03:24:17 +0000 Subject: [PATCH] reflection Found in the beta-test. --- src/mcastu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcastu.c b/src/mcastu.c index 752af2e23..255fd0a96 100644 --- a/src/mcastu.c +++ b/src/mcastu.c @@ -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;