1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-09 17:00:09 -09:00

Fixed amass text

This commit is contained in:
Oleg Agafonov 2019-04-19 08:40:35 +04:00
parent 5f07a9aff2
commit 03b28cfc1c
2 changed files with 2 additions and 5 deletions
Mage.Sets/src/mage/cards/w

View file

@ -20,10 +20,7 @@ public final class WanderersStrike extends CardImpl {
// Exile target creature, then proliferate.
this.getSpellAbility().addEffect(new ExileTargetEffect());
this.getSpellAbility().addEffect(new ProliferateEffect().setText(
"then proliferate <i>(Choose any number of permanents and/or players, " +
"then give each another counter of each kind already there.)</i>"
));
this.getSpellAbility().addEffect(new ProliferateEffect().concatBy("then"));
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
}