mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
[BIG] fix Lotus Ring ability not added
This commit is contained in:
parent
5c48562da8
commit
85a76b5be6
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ public final class LotusRing extends CardImpl {
|
|||
ability.addEffect(new GainAbilityAttachedEffect(
|
||||
manaAbility, AttachmentType.EQUIPMENT
|
||||
).setText("and \"{T}, Sacrifice this creature: Add three mana of any one color.\""));
|
||||
this.addAbility(ability);
|
||||
|
||||
// Equip {3}
|
||||
this.addAbility(new EquipAbility(3));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue