Text fixes. Closes #6533.

This commit is contained in:
Alex Vasile 2022-07-01 18:37:13 -04:00
parent df18950f15
commit 6077deb1a3
6 changed files with 16 additions and 8 deletions

View file

@ -53,7 +53,7 @@ public class InfectAbility extends StaticAbility implements MageSingleton {
@Override
public String getRule() {
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>";
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

View file

@ -29,7 +29,7 @@ public class PhasingAbility extends StaticAbility implements MageSingleton {
@Override
public String getRule() {
return "Phasing <i>(This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)</i>";
return "phasing <i>(This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)</i>";
}
@Override