mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Fixed Issue 41: Kalastria Highborn ability activates from hand
This commit is contained in:
parent
888039f322
commit
7adf59cdce
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class KalastriaHighborn extends CardImpl<KalastriaHighborn> {
|
|||
|
||||
class KalastriaHighbornTriggeredAbility extends TriggeredAbilityImpl<KalastriaHighbornTriggeredAbility> {
|
||||
KalastriaHighbornTriggeredAbility ( ) {
|
||||
super(Zone.ALL, new LoseLifeTargetEffect(2), false);
|
||||
super(Zone.BATTLEFIELD, new LoseLifeTargetEffect(2), false);
|
||||
this.addCost(new ManaCostsImpl("{B}"));
|
||||
this.addTarget(new TargetPlayer());
|
||||
this.getEffects().add(new GainLifeEffect(2));
|
||||
|
|
Loading…
Reference in a new issue