[ROE] Fix Bear Umbra

This commit is contained in:
Alex W. Jackson 2022-03-21 13:33:57 -04:00
parent 1d6bff1177
commit 4863eb3170

View file

@ -40,6 +40,7 @@ public final class BearUmbra extends CardImpl {
ability.addEffect(new GainAbilityAttachedEffect(new AttacksTriggeredAbility(
new UntapAllLandsControllerEffect(), false
), AttachmentType.AURA).setText("and has \"Whenever this creature attacks, untap all lands you control.\""));
this.addAbility(ability);
// Totem armor
this.addAbility(new TotemArmorAbility());