mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Skyshroud Cutter - Fixed wrong live gain from 6 to correctly 5.
This commit is contained in:
parent
0d84127146
commit
1cb3012c37
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class SkyshroudCutter extends CardImpl {
|
|||
this.toughness = new MageInt(2);
|
||||
|
||||
// If you control a Forest, rather than pay Skyshroud Cutter's mana cost, you may have each other player gain 5 life.
|
||||
this.addAbility(new AlternativeCostSourceAbility(new GainLifePlayersCost(6), new PermanentsOnTheBattlefieldCondition(filter)));
|
||||
this.addAbility(new AlternativeCostSourceAbility(new GainLifePlayersCost(5), new PermanentsOnTheBattlefieldCondition(filter)));
|
||||
}
|
||||
|
||||
public SkyshroudCutter(final SkyshroudCutter card) {
|
||||
|
|
Loading…
Reference in a new issue