mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- CheckStyle.
This commit is contained in:
@@ -1986,8 +1986,8 @@ public class AbilityFactory {
|
|||||||
s = sa;
|
s = sa;
|
||||||
} else if (defined.equals("Targeted")) {
|
} else if (defined.equals("Targeted")) {
|
||||||
final SpellAbility parent = AbilityFactory.findParentsTargetedSpellAbility(sa);
|
final SpellAbility parent = AbilityFactory.findParentsTargetedSpellAbility(sa);
|
||||||
if(parent != null) {
|
if (parent != null) {
|
||||||
if(parent.getTarget() != null) {
|
if (parent.getTarget() != null) {
|
||||||
sas.addAll(parent.getTarget().getTargetSAs());
|
sas.addAll(parent.getTarget().getTargetSAs());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2561,7 +2561,7 @@ public class CardFactoryCreatures {
|
|||||||
card.addComesIntoPlayCommand(comesIntoPlay);
|
card.addComesIntoPlayCommand(comesIntoPlay);
|
||||||
} // *************** END ************ END **************************
|
} // *************** END ************ END **************************
|
||||||
|
|
||||||
// *************** START *********** START **************************
|
// *************** START *********** START **************************
|
||||||
|
|
||||||
else if (cardName.equals("Zedruu the Greathearted")) {
|
else if (cardName.equals("Zedruu the Greathearted")) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user