forked from External/mage
Fix for Darkbarony plane (1 life)
This commit is contained in:
parent
96472332a4
commit
bc77b825cb
2 changed files with 5 additions and 5 deletions
|
|
@ -66,9 +66,9 @@ public class TheDarkBaronyPlane extends Plane {
|
|||
this.setName("Plane - The Dark Barony");
|
||||
this.setExpansionSetCodeForImage("PCA");
|
||||
|
||||
// Whenever a nonblack card is put into a player's graveyard from anywhere, that player loses 2 life
|
||||
// Whenever a nonblack card is put into a player's graveyard from anywhere, that player loses 1 life
|
||||
Ability ability = new PutCardIntoGraveFromAnywhereAllTriggeredAbility(Zone.COMMAND,
|
||||
new LoseLifeTargetEffect(2), false, filter, TargetController.ANY, SetTargetPointer.PLAYER);
|
||||
new LoseLifeTargetEffect(1), false, filter, TargetController.ANY, SetTargetPointer.PLAYER);
|
||||
this.getAbilities().add(ability);
|
||||
|
||||
// Active player can roll the planar die: Whenever you roll {CHAOS}, each player dicards a card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue