mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- CheckStyle.
This commit is contained in:
@@ -1986,11 +1986,11 @@ public class AbilityFactory {
|
||||
s = sa;
|
||||
} else if (defined.equals("Targeted")) {
|
||||
final SpellAbility parent = AbilityFactory.findParentsTargetedSpellAbility(sa);
|
||||
if(parent != null) {
|
||||
if(parent.getTarget() != null) {
|
||||
if (parent != null) {
|
||||
if (parent.getTarget() != null) {
|
||||
sas.addAll(parent.getTarget().getTargetSAs());
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if (defined.startsWith("Triggered")) {
|
||||
final SpellAbility root = sa.getRootSpellAbility();
|
||||
|
||||
|
||||
@@ -2560,9 +2560,9 @@ public class CardFactoryCreatures {
|
||||
|
||||
card.addComesIntoPlayCommand(comesIntoPlay);
|
||||
} // *************** END ************ END **************************
|
||||
|
||||
// *************** START *********** START **************************
|
||||
|
||||
|
||||
// *************** START *********** START **************************
|
||||
|
||||
else if (cardName.equals("Zedruu the Greathearted")) {
|
||||
|
||||
final Target player = new Target(card, "Select target opponent", "Opponent".split(","));
|
||||
|
||||
Reference in New Issue
Block a user