errata: Rampaging Baloths trigger no longer optional

This commit is contained in:
xenohedron 2025-09-13 18:53:55 -04:00
parent 8056dd3887
commit 7a4c82cd52

View file

@ -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) {