mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
* Confessor - Made triggered ability optional (cbt33).
This commit is contained in:
parent
2ba68211bc
commit
44a81f8162
2 changed files with 7 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ public class Confessor extends CardImpl<Confessor> {
|
|||
this.toughness = new MageInt(1);
|
||||
|
||||
// Whenever a player discards a card, you may gain 1 life.
|
||||
this.addAbility(new SimpleTriggeredAbility(Zone.BATTLEFIELD, EventType.DISCARDED_CARD, new GainLifeEffect(1), "Whenever a player discards a card, ", true));
|
||||
this.addAbility(new SimpleTriggeredAbility(Zone.BATTLEFIELD, EventType.DISCARDED_CARD, new GainLifeEffect(1), "Whenever a player discards a card, ", true, true));
|
||||
}
|
||||
|
||||
public Confessor(final Confessor card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue