1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-16 09:31:37 +01:00

If the silver-ray-spell rays both miss the target then the spell overall has missed.

This commit is contained in:
ChrisANG 2021-05-29 12:00:40 -04:00
parent c0cff78263
commit 7c97e9ac80

View file

@ -3138,7 +3138,7 @@ int tary;
if (youagr || youdef || canseemon(mdef))
pline("Silver rays whiz past %s!",
mon_nam(mdef));
break;
return MM_MISS;
}
if (n == 1)
rays = "a ray";