From 1ec2b46e66ee64bb008f94ea5bbaef15b2df04fe Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Tue, 18 Jun 2013 21:45:15 +0200 Subject: [PATCH] * InfectAbility - Added reminder text. --- Mage/src/mage/abilities/keyword/InfectAbility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/src/mage/abilities/keyword/InfectAbility.java b/Mage/src/mage/abilities/keyword/InfectAbility.java index 9b60d0a33d..05db000104 100644 --- a/Mage/src/mage/abilities/keyword/InfectAbility.java +++ b/Mage/src/mage/abilities/keyword/InfectAbility.java @@ -75,7 +75,7 @@ public class InfectAbility extends StaticAbility implements MageS @Override public String getRule() { - return "Infect"; + return "Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)"; } @Override