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:
parent
c0cff78263
commit
7c97e9ac80
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue