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:
parent
f72c9de69b
commit
79e06aaac8
1 changed files with 2 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue