mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
fixed a test failure
This commit is contained in:
parent
2db0da8429
commit
e68c7bfeda
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ public final class BasiliskCollar extends CardImpl {
|
|||
ability.addEffect(new GainAbilityAttachedEffect(
|
||||
LifelinkAbility.getInstance(), AttachmentType.EQUIPMENT
|
||||
).setText("and lifelink"));
|
||||
this.addAbility(ability);
|
||||
|
||||
this.addAbility(new EquipAbility(Outcome.AddAbility, new GenericManaCost(2)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue