mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
* Marauding Looter - Fixed that the draw discard effect was not optional.
This commit is contained in:
parent
e15f020667
commit
01e4ce2c42
1 changed files with 1 additions and 1 deletions
|
@ -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> — At the beginning of your end step, "
|
||||
+ "if you attacked with a creature this turn, "
|
||||
|
|
Loading…
Reference in a new issue