mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fixed equip cost on Skeleton key. Closes #8995
This commit is contained in:
parent
4aa4dba69d
commit
844d552b55
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public final class SkeletonKey extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Equip {2}
|
||||
this.addAbility(new EquipAbility(3, false));
|
||||
this.addAbility(new EquipAbility(2, false));
|
||||
}
|
||||
|
||||
private SkeletonKey(final SkeletonKey card) {
|
||||
|
|
Loading…
Reference in a new issue