From 17b742813f4efcf36983c3986dd54962f41db5cc Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Sat, 3 Jul 2021 11:41:48 -0400 Subject: [PATCH] [AFR] fixed Treasure Chest missing ability --- Mage.Sets/src/mage/cards/t/TreasureChest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Sets/src/mage/cards/t/TreasureChest.java b/Mage.Sets/src/mage/cards/t/TreasureChest.java index bc1bc3c8f8b..b49171fc7e0 100644 --- a/Mage.Sets/src/mage/cards/t/TreasureChest.java +++ b/Mage.Sets/src/mage/cards/t/TreasureChest.java @@ -48,6 +48,7 @@ public final class TreasureChest extends CardImpl { // 20 | Search your library for a card. If it's an artifact card you may put it onto the battlefield. Otherwise, put that card into your hand. Then shuffle. effect.addTableEntry(20, 20, new TreasureChestEffect()); + this.addAbility(ability); } private TreasureChest(final TreasureChest card) {