Fix effect constuctor for Chalice of Life.

This commit is contained in:
intimidatingant 2012-03-07 08:06:18 -08:00
parent 9843e37958
commit 607b554fac

View file

@ -72,8 +72,7 @@ public class ChaliceOfLife extends CardImpl<ChaliceOfLife> {
class ChaliceOfLifeEffect extends OneShotEffect<ChaliceOfLifeEffect> {
public ChaliceOfLifeEffect() {
super(Constants.Outcome.BecomeCreature);
staticText = "unattach {this}, then transform it";
super(Constants.Outcome.GainLife);
}
public ChaliceOfLifeEffect(final ChaliceOfLifeEffect effect) {