mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
* Scale Up - fixed that creatures doesn't lose types after overload pay;
This commit is contained in:
parent
55ee8a7b70
commit
ecdc47ad68
2 changed files with 13 additions and 2 deletions
|
|
@ -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}")));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue