mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix Juju Bubble
This commit is contained in:
parent
fa49ffd27f
commit
17e26759d7
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ public final class JujuBubble extends CardImpl {
|
|||
new SacrificeSourceEffect(), false));
|
||||
|
||||
// {2}: You gain 1 life.
|
||||
this.addAbility(new SimpleActivatedAbility(new GainLifeEffect(1), new GenericManaCost(1)));
|
||||
this.addAbility(new SimpleActivatedAbility(new GainLifeEffect(1), new GenericManaCost(2)));
|
||||
}
|
||||
|
||||
private JujuBubble(final JujuBubble card) {
|
||||
|
|
@ -42,4 +42,4 @@ public final class JujuBubble extends CardImpl {
|
|||
public JujuBubble copy() {
|
||||
return new JujuBubble(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue