Lamplighter of Selhoff bug fix

This commit is contained in:
drmDev 2016-07-03 13:45:08 -04:00
parent fd60e43a03
commit 3d00bd33d5

View file

@ -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),