fixed verify failure

This commit is contained in:
Evan Kranzler 2022-04-17 21:23:33 -04:00
parent 371874b7e3
commit e3c30e2008

View file

@ -42,7 +42,7 @@ public final class StickyFingers extends CardImpl {
// Enchanted creature has menace and "Whenever this creature deals combat damage to a player, create a Treasure token.
Ability ability = new SimpleStaticAbility(new GainAbilityAttachedEffect(new MenaceAbility(false), AttachmentType.AURA));
ability.addEffect(new GainAbilityAttachedEffect(new DealsCombatDamageToAPlayerTriggeredAbility(new CreateTokenEffect(new TreasureToken()), false), AttachmentType.AURA)
.setText("and \"Whenever this creature deals combat damage to a player, create a Treasure token."));
.setText("and \"Whenever this creature deals combat damage to a player, create a Treasure token. <i>(It creature can't be blocked except by two or more creatures. The token is an artiface with \"{T}, Sacrifice this artifact: Add one mana of any color.\")</i>"));
this.addAbility(ability);
// When enchanted creature dies, draw a card.