* Scale Up - fixed that creatures doesn't lose types after overload pay;

This commit is contained in:
Oleg Agafonov 2019-06-07 16:56:06 +04:00
parent 55ee8a7b70
commit ecdc47ad68
2 changed files with 13 additions and 2 deletions

View file

@ -40,7 +40,7 @@ public final class ScaleUp extends CardImpl {
this.addAbility(new OverloadAbility(this, new BecomesCreatureAllEffect(
new CreatureToken(6, 4, "green Wurm with base power and toughness 6/4")
.withColor("G").withSubType(SubType.WURM),
null, filter, Duration.EndOfTurn, true
null, filter, Duration.EndOfTurn, true, false, true
), new ManaCostsImpl("{4}{G}{G}")));
}