Fixed Pinecrest Ridge

This commit is contained in:
magenoxx 2011-08-14 08:48:51 +04:00
parent 45e46d5cfa
commit d541f68f3a

View file

@ -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) {