mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[STX] Implemented Wandering Archaic / Explore the Vastlands
This commit is contained in:
parent
ed7a91cd60
commit
f97b6bf538
3 changed files with 197 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue