mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[AFR] fixed Treasure Chest missing ability
This commit is contained in:
parent
b0025947fd
commit
17b742813f
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue