Fixed typo in Kindred Dominance

This commit is contained in:
Christian 2017-08-14 16:52:32 -04:00
parent 214a585f8d
commit 06806b6f64

View file

@ -74,7 +74,7 @@ class KindredDominanceEffect extends OneShotEffect {
public KindredDominanceEffect() {
super(Outcome.DestroyPermanent);
this.staticText = " Destroy all creatures that are not the chosen type.";
this.staticText = "Destroy all creatures that are not the chosen type.";
}
public KindredDominanceEffect(final KindredDominanceEffect effect) {