mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed Chain Lightning copies being cast (the spell is copied onto the stack).
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user