Corrected effect text

This commit is contained in:
Steve Markham 2018-02-08 12:06:19 -05:00
parent 305403feeb
commit db799afa74

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 = "Choose a creature type. Destroy all creatures that are not the chosen type.";
}
public KindredDominanceEffect(final KindredDominanceEffect effect) {