mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
typo
This commit is contained in:
parent
f5fa87036c
commit
6b4ff7ed8b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ public class Lifesmith extends CardImpl<Lifesmith> {
|
||||||
|
|
||||||
class LifesmithTriggeredAbility extends TriggeredAbilityImpl<LifesmithTriggeredAbility> {
|
class LifesmithTriggeredAbility extends TriggeredAbilityImpl<LifesmithTriggeredAbility> {
|
||||||
public LifesmithTriggeredAbility() {
|
public LifesmithTriggeredAbility() {
|
||||||
super(Constants.Zone.BATTLEFIELD, new GainLifeEffect(2));
|
super(Constants.Zone.BATTLEFIELD, new GainLifeEffect(3));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue