mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00: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> {
|
||||
public LifesmithTriggeredAbility() {
|
||||
super(Constants.Zone.BATTLEFIELD, new GainLifeEffect(2));
|
||||
super(Constants.Zone.BATTLEFIELD, new GainLifeEffect(3));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue