- Fixed Chain Lightning copies being cast (the spell is copied onto the stack).

This commit is contained in:
Sloth
2013-06-03 13:17:43 +00:00
parent 2e71efc3f9
commit 74a281035d
4 changed files with 7 additions and 5 deletions

View File

@@ -953,6 +953,8 @@ public class AbilityUtils {
// work
if (defined.equals("Self")) {
s = sa;
} else if (defined.equals("Parent")) {
s = sa.getRootAbility();
} else if (defined.equals("Targeted")) {
final SpellAbility saTargeting = sa.getSATargetingSA();
if (saTargeting != null) {