From 7b298f84a7b154ffde0e91c84133741bf273c9e4 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Sat, 28 Aug 2021 11:34:28 +0400 Subject: [PATCH] Fixed comment --- Mage.Sets/src/mage/cards/d/DivineIntervention.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/d/DivineIntervention.java b/Mage.Sets/src/mage/cards/d/DivineIntervention.java index 1759e3a7cbe..4319c0230b5 100644 --- a/Mage.Sets/src/mage/cards/d/DivineIntervention.java +++ b/Mage.Sets/src/mage/cards/d/DivineIntervention.java @@ -41,7 +41,7 @@ public final class DivineIntervention extends CardImpl { // 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)); - // Whenever a intervention counter is removed from Protean Hydra, put two intervention counters on it at the beginning of the next end step. + // When you remove the last intervention counter from Divine Intervention, the game is a draw. this.addAbility(new DivineInterventionAbility()); }