Ancient Cellarspawn - incomplete, might need support (#6123)

* Ancient Cellarspawn - incomplete, might need support

* Support Ancient Cellarspawn

---------

Co-authored-by: TRT <>
This commit is contained in:
Fulgur14
2024-09-18 07:18:06 +02:00
committed by GitHub
parent 922a0c21be
commit 95dd06e55f
3 changed files with 15 additions and 1 deletions

View File

@@ -139,6 +139,9 @@ public class TriggerSpellAbilityCastOrCopy extends Trigger {
if (!matchesValidParam("ValidSA", spellAbility)) {
return false;
}
if (!matchesValidParam("ValidSAonCard", spellAbility, cast)) {
return false;
}
if (hasParam("TargetsValid")) {
SpellAbility sa = spellAbility;