This commit is contained in:
TRT
2021-11-25 12:49:15 +01:00
parent b4348754f0
commit 4411d0775d

View File

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