mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08: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…
Add table
Add a link
Reference in a new issue