mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* InfectAbility - Added reminder text.
This commit is contained in:
parent
25495bd9d8
commit
1ec2b46e66
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class InfectAbility extends StaticAbility<InfectAbility> implements MageS
|
|||
|
||||
@Override
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue