forked from External/mage
Lamplighter of Selhoff bug fix
This commit is contained in:
parent
fd60e43a03
commit
3d00bd33d5
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public class LamplighterOfSelhoff extends CardImpl {
|
|||
this.toughness = new MageInt(5);
|
||||
|
||||
// When Lamplighter of Selhoff enters the battlefield, if you control another Zombie, you may a draw card. If you do, discard a card.
|
||||
TriggeredAbility triggeredAbility = new EntersBattlefieldTriggeredAbility(new DrawDiscardControllerEffect(1,1));
|
||||
TriggeredAbility triggeredAbility = new EntersBattlefieldTriggeredAbility(new DrawDiscardControllerEffect(1,1,true));
|
||||
this.addAbility(new ConditionalTriggeredAbility(
|
||||
triggeredAbility,
|
||||
new PermanentsOnTheBattlefieldCondition(filter, CountType.MORE_THAN, 0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue