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