mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed verify failure
This commit is contained in:
parent
f42bfc9f9f
commit
bc268fd341
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public final class GhostLantern extends AdventureCard {
|
|||
), false, StaticFilters.FILTER_CONTROLLED_A_CREATURE));
|
||||
|
||||
// Equip {1}
|
||||
this.addAbility(new EquipAbility(1));
|
||||
this.addAbility(new EquipAbility(1, false));
|
||||
|
||||
// Bind Spirit
|
||||
// Return target creature card from your graveyard to your hand.
|
||||
|
|
Loading…
Reference in a new issue