mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
fix verify failure
This commit is contained in:
parent
d40133221e
commit
2dad9516e3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class BeamtownBeatstick extends CardImpl {
|
||||||
Ability ability = new SimpleStaticAbility(new BoostEquippedEffect(2, 2));
|
Ability ability = new SimpleStaticAbility(new BoostEquippedEffect(2, 2));
|
||||||
ability.addEffect(new GainAbilityAttachedEffect(
|
ability.addEffect(new GainAbilityAttachedEffect(
|
||||||
new MenaceAbility(), AttachmentType.EQUIPMENT
|
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);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Whenever equipped creature deals combat damage to a player or battle, create a Treasure token.
|
// Whenever equipped creature deals combat damage to a player or battle, create a Treasure token.
|
||||||
|
|
Loading…
Reference in a new issue