fixed verify failure

This commit is contained in:
Evan Kranzler 2022-05-25 08:21:09 -04:00
parent f42bfc9f9f
commit bc268fd341

View file

@ -30,7 +30,7 @@ public final class GhostLantern extends AdventureCard {
), false, StaticFilters.FILTER_CONTROLLED_A_CREATURE)); ), false, StaticFilters.FILTER_CONTROLLED_A_CREATURE));
// Equip {1} // Equip {1}
this.addAbility(new EquipAbility(1)); this.addAbility(new EquipAbility(1, false));
// Bind Spirit // Bind Spirit
// Return target creature card from your graveyard to your hand. // Return target creature card from your graveyard to your hand.