fix verify failure

This commit is contained in:
theelk801 2023-04-03 22:50:11 -04:00
parent d40133221e
commit 2dad9516e3

View file

@ -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. <i>(It can't be blocked except by two or more creatures.)</i>"));
this.addAbility(ability);
// Whenever equipped creature deals combat damage to a player or battle, create a Treasure token.