diff --git a/Mage.Sets/src/mage/cards/b/BeamtownBeatstick.java b/Mage.Sets/src/mage/cards/b/BeamtownBeatstick.java index 37cd411460..2a66ea85f7 100644 --- a/Mage.Sets/src/mage/cards/b/BeamtownBeatstick.java +++ b/Mage.Sets/src/mage/cards/b/BeamtownBeatstick.java @@ -36,7 +36,7 @@ public final class BeamtownBeatstick extends CardImpl { Ability ability = new SimpleStaticAbility(new BoostEquippedEffect(2, 2)); ability.addEffect(new GainAbilityAttachedEffect( new MenaceAbility(), AttachmentType.EQUIPMENT - ).setText("and has menace")); + ).setText("and has menace. (It can't be blocked except by two or more creatures.)")); this.addAbility(ability); // Whenever equipped creature deals combat damage to a player or battle, create a Treasure token.