mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
text fix
This commit is contained in:
parent
ead385a03b
commit
b2aa4ecc08
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public final class DivineIntervention extends CardImpl {
|
|||
|
||||
// Divine Intervention enters the battlefield with 2 intervention counters on it.
|
||||
Effect effect = new AddCountersSourceEffect(CounterType.INTERVENTION.createInstance(2));
|
||||
this.addAbility(new EntersBattlefieldAbility(effect, "with 2 intervention counters on it"));
|
||||
this.addAbility(new EntersBattlefieldAbility(effect, "with two intervention counters on it"));
|
||||
|
||||
// At the beginning of your upkeep, remove an intervention counter from Divine Intervention.
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new RemoveCounterSourceEffect(CounterType.INTERVENTION.createInstance()), TargetController.YOU, false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue