This commit is contained in:
Loki 2011-01-11 09:11:59 +02:00
parent f5fa87036c
commit 6b4ff7ed8b

View file

@ -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));
}