mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Clean up
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user