diff --git a/forge-game/src/main/java/forge/game/ability/effects/ChangeZoneEffect.java b/forge-game/src/main/java/forge/game/ability/effects/ChangeZoneEffect.java index b196ba0fd08..31fd27cb327 100644 --- a/forge-game/src/main/java/forge/game/ability/effects/ChangeZoneEffect.java +++ b/forge-game/src/main/java/forge/game/ability/effects/ChangeZoneEffect.java @@ -272,8 +272,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect { sb.append("."); } else if (origin.equals("Battlefield")) { // TODO Expand on this Description as more cards use it - // for the non-targeted SAs when you choose what is returned on - // resolution + // for the non-targeted SAs when you choose what is returned on resolution sb.append("Return ").append(num).append(" ").append(type).append(" card(s) "); sb.append(" to your ").append(destination); } @@ -361,8 +360,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect { sb.append(fromGraveyard); } - // this needs to be zero indexed. Top = 0, Third = 2, -1 = - // Bottom + // this needs to be zero indexed. Top = 0, Third = 2, -1 = Bottom final int libraryPosition = sa.hasParam("LibraryPosition") ? AbilityUtils.calculateAmount(host, sa.getParam("LibraryPosition"), sa) : 0; if (libraryPosition == -1) {