From 2dad9516e333c8975c6e2867d7b365e49ccc15f4 Mon Sep 17 00:00:00 2001 From: theelk801 Date: Mon, 3 Apr 2023 22:50:11 -0400 Subject: [PATCH] fix verify failure --- Mage.Sets/src/mage/cards/b/BeamtownBeatstick.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.