Fixed Issue 41: Kalastria Highborn ability activates from hand

This commit is contained in:
magenoxx 2011-04-14 13:50:23 +04:00
parent 888039f322
commit 7adf59cdce

View file

@ -75,7 +75,7 @@ public class KalastriaHighborn extends CardImpl<KalastriaHighborn> {
class KalastriaHighbornTriggeredAbility extends TriggeredAbilityImpl<KalastriaHighbornTriggeredAbility> { class KalastriaHighbornTriggeredAbility extends TriggeredAbilityImpl<KalastriaHighbornTriggeredAbility> {
KalastriaHighbornTriggeredAbility ( ) { KalastriaHighbornTriggeredAbility ( ) {
super(Zone.ALL, new LoseLifeTargetEffect(2), false); super(Zone.BATTLEFIELD, new LoseLifeTargetEffect(2), false);
this.addCost(new ManaCostsImpl("{B}")); this.addCost(new ManaCostsImpl("{B}"));
this.addTarget(new TargetPlayer()); this.addTarget(new TargetPlayer());
this.getEffects().add(new GainLifeEffect(2)); this.getEffects().add(new GainLifeEffect(2));