- Comment tweak.

This commit is contained in:
Agetian
2017-05-02 05:57:49 +00:00
parent 8f6ddcedde
commit f1dc07bbae

View File

@@ -450,7 +450,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
libraryPosition = sa.hasParam("LibraryPositionAlternative") ? Integer.parseInt(sa.getParam("LibraryPositionAlternative")) : 0;
}
// If a card is Exiled from the stack, remove its spells from the stack
// If a card is moved to library from the stack, remove its spells from the stack
if (sa.hasParam("Fizzle")) {
if (tgtC.isInZone(ZoneType.Exile) || tgtC.isInZone(ZoneType.Hand) || tgtC.isInZone(ZoneType.Stack)) {
// This only fizzles spells, not anything else.