mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[KHM] fixed missing Raven Wings ability
This commit is contained in:
parent
df38d7213e
commit
950f1c9731
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public final class RavenWings extends CardImpl {
|
|||
ability.addEffect(new AddCardSubtypeAttachedEffect(
|
||||
SubType.BIRD, Duration.WhileOnBattlefield, AttachmentType.AURA
|
||||
).setText("and is a Bird in addition to its other types"));
|
||||
this.addAbility(ability);
|
||||
|
||||
// Equip {2}
|
||||
this.addAbility(new EquipAbility(2));
|
||||
|
|
Loading…
Reference in a new issue