mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Removed duplicate StackDescription of SubAbilities from AF ChangeZone.
This commit is contained in:
@@ -140,11 +140,6 @@ public class ChangeZoneEffect extends SpellEffect {
|
|||||||
sb.append(" to your ").append(destination);
|
sb.append(" to your ").append(destination);
|
||||||
}
|
}
|
||||||
|
|
||||||
final AbilitySub abSub = sa.getSubAbility();
|
|
||||||
if (abSub != null) {
|
|
||||||
sb.append(abSub.getStackDescription());
|
|
||||||
}
|
|
||||||
|
|
||||||
return sb.toString();
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -266,11 +261,6 @@ public class ChangeZoneEffect extends SpellEffect {
|
|||||||
sb.append(" into").append(pronoun).append("owner's graveyard.");
|
sb.append(" into").append(pronoun).append("owner's graveyard.");
|
||||||
}
|
}
|
||||||
|
|
||||||
final AbilitySub abSub = sa.getSubAbility();
|
|
||||||
if (abSub != null) {
|
|
||||||
sb.append(abSub.getStackDescription());
|
|
||||||
}
|
|
||||||
|
|
||||||
return sb.toString();
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user