mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Convert Archery Training to imprint and change the cleanup effect to a proper "ForgetLastImprinted" parameter
This commit is contained in:
@@ -250,6 +250,11 @@ public class PumpEffect extends SpellAbilityEffect {
|
||||
}
|
||||
}
|
||||
|
||||
if (sa.hasParam("ForgetLastImprinted")) {
|
||||
final int size = sa.getSourceCard().getImprinted().size();
|
||||
sa.getSourceCard().getImprinted().remove(size - 1);
|
||||
} // Used in a SubAbility to clear the root imprinted card (Archery Training)
|
||||
|
||||
if (sa.hasParam("Radiance")) {
|
||||
for (final Card c : CardUtil.getRadiance(sa.getSourceCard(), tgtCards.get(0), sa.getParam("ValidTgts")
|
||||
.split(","))) {
|
||||
|
||||
Reference in New Issue
Block a user