mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Have suspend trigger only on removing the last time counter, not any type of counter.
This commit is contained in:
@@ -302,7 +302,7 @@ public class CardFactoryUtil {
|
|||||||
StringBuilder playTrig = new StringBuilder();
|
StringBuilder playTrig = new StringBuilder();
|
||||||
UUID playSvar = UUID.randomUUID();
|
UUID playSvar = UUID.randomUUID();
|
||||||
|
|
||||||
playTrig.append("Mode$ CounterRemoved | TriggerZones$ Exile | ValidCard$ Card.Self | NewCounterAmount$ 0 | Secondary$ True | Execute$ ");
|
playTrig.append("Mode$ CounterRemoved | TriggerZones$ Exile | ValidCard$ Card.Self | CounterType$ TIME | NewCounterAmount$ 0 | Secondary$ True | Execute$ ");
|
||||||
playTrig.append(playSvar.toString());
|
playTrig.append(playSvar.toString());
|
||||||
playTrig.append(" | TriggerDescription$ When the last time counter is removed from this card, if it's exiled, play it without paying its mana cost if able. ");
|
playTrig.append(" | TriggerDescription$ When the last time counter is removed from this card, if it's exiled, play it without paying its mana cost if able. ");
|
||||||
playTrig.append("If you can't, it remains exiled. If you cast a creature spell this way, it gains haste until you lose control of the spell or the permanent it becomes.");
|
playTrig.append("If you can't, it remains exiled. If you cast a creature spell this way, it gains haste until you lose control of the spell or the permanent it becomes.");
|
||||||
|
|||||||
Reference in New Issue
Block a user