mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fix effect constuctor for Chalice of Life.
This commit is contained in:
parent
9843e37958
commit
607b554fac
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue