v3.3.2: fixed targeted spells calling onSpellUsed twice (oops!)

This commit is contained in:
Evan Debenham
2026-01-04 11:31:00 -05:00
parent 0bfb5657f0
commit 5a6ffd39b8

View File

@@ -104,7 +104,6 @@ public abstract class TargetedSpell extends Spell {
curSpell.fx(shot, new Callback() {
public void call() {
curSpell.affectTarget(shot, curUser);
curSpell.onSpellused();
}
});