mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
Fixed text in Angrath, Captain of Chaos
This commit is contained in:
parent
9d86d84876
commit
c283c256bc
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ public final class AngrathCaptainOfChaos extends CardImpl {
|
|||
|
||||
// Creatures you control have menace.
|
||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||
new MenaceAbility(), Duration.WhileOnBattlefield,
|
||||
new MenaceAbility(false), Duration.WhileOnBattlefield,
|
||||
StaticFilters.FILTER_PERMANENT_CREATURES
|
||||
)));
|
||||
|
||||
// -2: Amass 2.
|
||||
// -2: Amass 2. (Put two +1/+1 counters on an Army you control. If you don’t control one, create a 0/0 black Zombie Army creature token first.)
|
||||
this.addAbility(new LoyaltyAbility(new AmassEffect(2), -2));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue