Adding targets (Part 3/3) (#13769)

Adds target and/or target adjuster to cards whose abilities have the word "target", cards S-Z.
Add `spellCast` value to `CastSpellPaidBySourceTriggeredAbility`.
This commit is contained in:
ssk97 2025-06-20 18:58:13 -07:00 committed by GitHub
parent b24a20fec4
commit 5db4beac6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 209 additions and 499 deletions

View file

@ -71,7 +71,8 @@ public class CastSpellPaidBySourceTriggeredAbility extends TriggeredAbilityImpl
if (setTargetPointer) {
this.getAllEffects().setTargetPointer(new FixedTarget(spell.getId(), game));
}
this.getEffects().setValue("spellCast", spell);
return true;
}
}
}