mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
merge
This commit is contained in:
commit
2da9518486
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class PinecrestRidge extends CardImpl<PinecrestRidge> {
|
|||
this.addAbility(redManaAbility);
|
||||
Ability greenManaAbility = new GreenManaAbility();
|
||||
greenManaAbility.addEffect(new SkipNextUntapSourceEffect());
|
||||
this.addAbility(redManaAbility);
|
||||
this.addAbility(greenManaAbility);
|
||||
}
|
||||
|
||||
public PinecrestRidge(final PinecrestRidge card) {
|
||||
|
|
Loading…
Reference in a new issue