From 039c4f22a6f16cf06a4e327ddf96488cdd40cb89 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sat, 23 May 2015 14:53:58 +0200 Subject: [PATCH] * Wither - Added reminder text. --- Mage/src/mage/abilities/keyword/WitherAbility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/src/mage/abilities/keyword/WitherAbility.java b/Mage/src/mage/abilities/keyword/WitherAbility.java index 238a7511e80..2dc2c5d8c84 100644 --- a/Mage/src/mage/abilities/keyword/WitherAbility.java +++ b/Mage/src/mage/abilities/keyword/WitherAbility.java @@ -65,7 +65,7 @@ public class WitherAbility extends StaticAbility implements MageSingleton { @Override public String getRule() { - return "Wither"; + return "Wither (This deals damage to creatures in the form of -1/-1 counters.)"; } @Override