* Marauding Looter - Fixed that the draw discard effect was not optional.

This commit is contained in:
LevelX2 2017-09-16 22:56:03 +02:00
parent e15f020667
commit 01e4ce2c42

View file

@ -57,7 +57,7 @@ public class MaraudingLooter extends CardImpl {
// Raid - At the beginning of your end step, if you attacked with a creature this turn, you may draw a card. If you do, discard a card.
Ability ability = new ConditionalTriggeredAbility(
new BeginningOfEndStepTriggeredAbility(new DrawDiscardControllerEffect(1, 1), TargetController.YOU, false),
new BeginningOfEndStepTriggeredAbility(new DrawDiscardControllerEffect(1, 1, true), TargetController.YOU, false),
RaidCondition.instance,
"<i>Raid</i> &mdash; At the beginning of your end step, "
+ "if you attacked with a creature this turn, "