mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-26 15:22:23 +01:00
Tweak(/Bugfix?): Lolth's avatar doesn't smite AND spellcast
Unclear if this was intended or not.
This commit is contained in:
parent
f72c9de69b
commit
79e06aaac8
1 changed files with 2 additions and 3 deletions
|
@ -2373,8 +2373,7 @@ int tary;
|
|||
angrygods(GOD_LOLTH);
|
||||
result = MM_HIT;
|
||||
}
|
||||
// !!!
|
||||
/* generally: cast the spell */
|
||||
else /* generally: cast the spell */
|
||||
result = cast_spell(magr, mdef, attk, spellnum, tarx, tary);
|
||||
}
|
||||
else if (!notarget || youagr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue