mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
fix Alpha Deathclaw monstrosity cost
This commit is contained in:
parent
a7b3d6434d
commit
83b982ee6a
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public final class AlphaDeathclaw extends CardImpl {
|
|||
this.addAbility(trigger);
|
||||
|
||||
// {5}{B}{G}: Monstrosity 4.
|
||||
this.addAbility(new MonstrosityAbility("{5}{G}{G}", 4));
|
||||
this.addAbility(new MonstrosityAbility("{5}{B}{G}", 4));
|
||||
}
|
||||
|
||||
private AlphaDeathclaw(final AlphaDeathclaw card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue