mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
errata: Rampaging Baloths trigger no longer optional
This commit is contained in:
parent
8056dd3887
commit
7a4c82cd52
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public final class RampagingBaloths extends CardImpl {
|
||||||
this.power = new MageInt(6);
|
this.power = new MageInt(6);
|
||||||
this.toughness = new MageInt(6);
|
this.toughness = new MageInt(6);
|
||||||
this.addAbility(TrampleAbility.getInstance());
|
this.addAbility(TrampleAbility.getInstance());
|
||||||
this.addAbility(new LandfallAbility(new CreateTokenEffect(new BeastToken2()), true));
|
this.addAbility(new LandfallAbility(new CreateTokenEffect(new BeastToken2()), false));
|
||||||
}
|
}
|
||||||
|
|
||||||
private RampagingBaloths(final RampagingBaloths card) {
|
private RampagingBaloths(final RampagingBaloths card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue