mirror of
https://github.com/correl/mage.git
synced 2024-12-27 20:06:31 +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> {
|
class ChaliceOfLifeEffect extends OneShotEffect<ChaliceOfLifeEffect> {
|
||||||
public ChaliceOfLifeEffect() {
|
public ChaliceOfLifeEffect() {
|
||||||
super(Constants.Outcome.BecomeCreature);
|
super(Constants.Outcome.GainLife);
|
||||||
staticText = "unattach {this}, then transform it";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public ChaliceOfLifeEffect(final ChaliceOfLifeEffect effect) {
|
public ChaliceOfLifeEffect(final ChaliceOfLifeEffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue