Intimidate text fixes

This commit is contained in:
Alex W. Jackson 2022-02-22 19:47:53 -05:00
parent 83e18393f7
commit 7cddea8c63
8 changed files with 43 additions and 28 deletions

View file

@ -33,7 +33,7 @@ public class IntimidateAbility extends EvasionAbility implements MageSingleton {
@Override
public String getRule() {
return "intimidate <i>(This creature can't be blocked except by artifact creatures and/or creatures that share a color with it.)";
return "intimidate <i>(This creature can't be blocked except by artifact creatures and/or creatures that share a color with it.)</i>";
}
@Override