[BIG] fix Lotus Ring ability not added

This commit is contained in:
theelk801 2024-04-03 16:04:05 -04:00
parent 5c48562da8
commit 85a76b5be6

View file

@ -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));