[MOC] Implement Herald of Hoofbeats

This commit is contained in:
theelk801 2023-04-08 21:18:36 -04:00
parent b3245e0238
commit 402cea2697
3 changed files with 50 additions and 1 deletions

View file

@ -31,7 +31,7 @@ public class HorsemanshipAbility extends EvasionAbility implements MageSingleton
@Override
public String getRule() {
return "Horsemanship <i>(This creature can't be blocked except by creatures with horsemanship.)</i>";
return "horsemanship <i>(This creature can't be blocked except by creatures with horsemanship.)</i>";
}
@Override