[AFR] fixed Treasure Chest missing ability

This commit is contained in:
Evan Kranzler 2021-07-03 11:41:48 -04:00
parent b0025947fd
commit 17b742813f

View file

@ -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) {