mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed the amount of tokens made by Elspeth, Sun's Nemesis
This commit is contained in:
parent
3965061234
commit
a2c142df41
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class ElspethSunsNemesis extends CardImpl {
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// −2: Create two 1/1 white Human Soldier creature tokens.
|
// −2: Create two 1/1 white Human Soldier creature tokens.
|
||||||
this.addAbility(new LoyaltyAbility(new CreateTokenEffect(new HumanSoldierToken()), -2));
|
this.addAbility(new LoyaltyAbility(new CreateTokenEffect(new HumanSoldierToken(), 2), -2));
|
||||||
|
|
||||||
// −3: You gain 5 life.
|
// −3: You gain 5 life.
|
||||||
this.addAbility(new LoyaltyAbility(new GainLifeEffect(5), -3));
|
this.addAbility(new LoyaltyAbility(new GainLifeEffect(5), -3));
|
||||||
|
|
Loading…
Reference in a new issue