mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- CheckStyle.
This commit is contained in:
@@ -38,9 +38,10 @@ public class CommonDrawback extends AbilitySub {
|
||||
ai = ai0;
|
||||
effect = effect0;
|
||||
|
||||
if ( effect0 instanceof ChangeZoneEffect || effect0 instanceof ChangeZoneAllEffect )
|
||||
if (effect0 instanceof ChangeZoneEffect || effect0 instanceof ChangeZoneAllEffect) {
|
||||
AbilityFactory.adjustChangeZoneTarget(params, this);
|
||||
}
|
||||
}
|
||||
@Override
|
||||
public AbilitySub getCopy() {
|
||||
Target t = getTarget() == null ? null : new Target(getTarget());
|
||||
@@ -49,8 +50,6 @@ public class CommonDrawback extends AbilitySub {
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public String getStackDescription() {
|
||||
return effect.getStackDescriptionWithSubs(params, this);
|
||||
@@ -84,7 +83,4 @@ public class CommonDrawback extends AbilitySub {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// end class AbilityFactory_AlterLife
|
||||
|
||||
Reference in New Issue
Block a user