[STX] Implemented Wandering Archaic / Explore the Vastlands

This commit is contained in:
Evan Kranzler 2021-04-11 10:28:39 -04:00
parent ed7a91cd60
commit f97b6bf538
3 changed files with 197 additions and 0 deletions

View file

@ -64,6 +64,7 @@ public class SpellCastOpponentTriggeredAbility extends TriggeredAbilityImpl {
if (spell == null || !filter.match(spell, getSourceId(), getControllerId(), game)) {
return false;
}
getEffects().setValue("spellCast", spell);
switch (setTargetPointer) {
case NONE:
break;