mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[ROE] Fix Bear Umbra
This commit is contained in:
parent
1d6bff1177
commit
4863eb3170
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue