mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Cursed Recording - fixed that trigger is optional;
This commit is contained in:
parent
dbcac49b4a
commit
d2dc70555f
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public final class CursedRecording extends CardImpl {
|
||||||
// Whenever you cast an instant or sorcery spell, put a time counter on Cursed Recording. Then if there are seven or more time counters on it, remove those counters and it deals 20 damage to you.
|
// Whenever you cast an instant or sorcery spell, put a time counter on Cursed Recording. Then if there are seven or more time counters on it, remove those counters and it deals 20 damage to you.
|
||||||
Ability ability = new SpellCastControllerTriggeredAbility(
|
Ability ability = new SpellCastControllerTriggeredAbility(
|
||||||
new AddCountersSourceEffect(CounterType.TIME.createInstance()),
|
new AddCountersSourceEffect(CounterType.TIME.createInstance()),
|
||||||
StaticFilters.FILTER_SPELL_AN_INSTANT_OR_SORCERY, true
|
StaticFilters.FILTER_SPELL_AN_INSTANT_OR_SORCERY, false
|
||||||
);
|
);
|
||||||
ability.addEffect(new ConditionalOneShotEffect(
|
ability.addEffect(new ConditionalOneShotEffect(
|
||||||
new RemoveAllCountersSourceEffect(CounterType.TIME),
|
new RemoveAllCountersSourceEffect(CounterType.TIME),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue