forked from External/mage
Corrected effect text
This commit is contained in:
parent
305403feeb
commit
db799afa74
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 = "Choose a creature type. 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