mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Fixed Wheel of Sun and Moon.
This commit is contained in:
@@ -897,7 +897,11 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (sa.hasParam("Reveal") && !movedCards.isEmpty()) {
|
if (sa.hasParam("Reveal") && !movedCards.isEmpty()) {
|
||||||
decider.getController().reveal(card + " - Revealed card: ", movedCards, origin.get(0), player);
|
ZoneType zt = null;
|
||||||
|
if (!origin.isEmpty()) {
|
||||||
|
zt = origin.get(0);
|
||||||
|
}
|
||||||
|
decider.getController().reveal(card + " - Revealed card: ", movedCards, zt, player);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((origin.contains(ZoneType.Library) && !destination.equals(ZoneType.Library) && !defined)
|
if ((origin.contains(ZoneType.Library) && !destination.equals(ZoneType.Library) && !defined)
|
||||||
|
|||||||
Reference in New Issue
Block a user