reflection
Found in the beta-test.
This commit is contained in:
+1
-1
@@ -502,7 +502,7 @@ int spellnum;
|
|||||||
boolean reflects;
|
boolean reflects;
|
||||||
|
|
||||||
pline("A bolt of lightning strikes down at you from above!");
|
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) {
|
if (reflects || Shock_resistance) {
|
||||||
shieldeff(u.ux, u.uy);
|
shieldeff(u.ux, u.uy);
|
||||||
dmg = 0;
|
dmg = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user