1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-02 21:35:11 +01:00

Tweak(/Bugfix?): Lolth's avatar doesn't smite AND spellcast

Unclear if this was intended or not.
This commit is contained in:
chris 2023-09-05 14:36:09 -04:00
parent f72c9de69b
commit 79e06aaac8

View file

@ -2373,9 +2373,8 @@ int tary;
angrygods(GOD_LOLTH);
result = MM_HIT;
}
// !!!
/* generally: cast the spell */
result = cast_spell(magr, mdef, attk, spellnum, tarx, tary);
else /* generally: cast the spell */
result = cast_spell(magr, mdef, attk, spellnum, tarx, tary);
}
else if (!notarget || youagr) {
/* no spell selected; this probably means we have an elemental spell to cast */