From 7a4c82cd52529a4cb7e924fedfec02a2cd8ff07d Mon Sep 17 00:00:00 2001 From: xenohedron <12538125+xenohedron@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:53:55 -0400 Subject: [PATCH] errata: Rampaging Baloths trigger no longer optional --- Mage.Sets/src/mage/cards/r/RampagingBaloths.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/r/RampagingBaloths.java b/Mage.Sets/src/mage/cards/r/RampagingBaloths.java index 24832a04da4..71ff997bab7 100644 --- a/Mage.Sets/src/mage/cards/r/RampagingBaloths.java +++ b/Mage.Sets/src/mage/cards/r/RampagingBaloths.java @@ -26,7 +26,7 @@ public final class RampagingBaloths extends CardImpl { this.power = new MageInt(6); this.toughness = new MageInt(6); 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) {