From e3c30e2008b56d18a8021c26838f16025837fdd1 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Sun, 17 Apr 2022 21:23:33 -0400 Subject: [PATCH] fixed verify failure --- Mage.Sets/src/mage/cards/s/StickyFingers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/s/StickyFingers.java b/Mage.Sets/src/mage/cards/s/StickyFingers.java index 290396cbba..f3306a37e9 100644 --- a/Mage.Sets/src/mage/cards/s/StickyFingers.java +++ b/Mage.Sets/src/mage/cards/s/StickyFingers.java @@ -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. (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.\")")); this.addAbility(ability); // When enchanted creature dies, draw a card.