mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Comment tweak.
This commit is contained in:
@@ -450,7 +450,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
|
|||||||
libraryPosition = sa.hasParam("LibraryPositionAlternative") ? Integer.parseInt(sa.getParam("LibraryPositionAlternative")) : 0;
|
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 (sa.hasParam("Fizzle")) {
|
||||||
if (tgtC.isInZone(ZoneType.Exile) || tgtC.isInZone(ZoneType.Hand) || tgtC.isInZone(ZoneType.Stack)) {
|
if (tgtC.isInZone(ZoneType.Exile) || tgtC.isInZone(ZoneType.Hand) || tgtC.isInZone(ZoneType.Stack)) {
|
||||||
// This only fizzles spells, not anything else.
|
// This only fizzles spells, not anything else.
|
||||||
|
|||||||
Reference in New Issue
Block a user