mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Fixed Angrath, Captain of Chaos's loyalty cost
This commit is contained in:
parent
ec209e7806
commit
13a30f141c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public final class AngrathCaptainOfChaos extends CardImpl {
|
|||
)));
|
||||
|
||||
// -2: Amass 2.
|
||||
this.addAbility(new LoyaltyAbility(new AmassEffect(2)));
|
||||
this.addAbility(new LoyaltyAbility(new AmassEffect(2), -2));
|
||||
}
|
||||
|
||||
private AngrathCaptainOfChaos(final AngrathCaptainOfChaos card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue