diff --git a/Mage.Sets/src/mage/cards/t/TreasureChest.java b/Mage.Sets/src/mage/cards/t/TreasureChest.java index bc1bc3c8f8..b49171fc7e 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) {