* InfectAbility - Added reminder text.

This commit is contained in:
LevelX2 2013-06-18 21:45:15 +02:00
parent 25495bd9d8
commit 1ec2b46e66

View file

@ -75,7 +75,7 @@ public class InfectAbility extends StaticAbility<InfectAbility> implements MageS
@Override @Override
public String getRule() { public String getRule() {
return "Infect"; return "Infect <i>(This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)</i>";
} }
@Override @Override