forked from External/mage
Fixed typo in Kindred Dominance
This commit is contained in:
parent
214a585f8d
commit
06806b6f64
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue