- changed to lower-case and added <i> to intimidate keyword.

This commit is contained in:
Jeff Wadsworth 2022-02-22 17:21:01 -06:00
parent 414018db13
commit 83e18393f7

View file

@ -33,7 +33,7 @@ public class IntimidateAbility extends EvasionAbility implements MageSingleton {
@Override
public String getRule() {
return "Intimidate (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.)";
}
@Override