mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user