mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
- Fixed #9943
This commit is contained in:
parent
19c06e560a
commit
f070f9aa04
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public final class InfectiousInquiry extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{2}{B}");
|
||||
|
||||
// You draw two cards and you lose 2 life. Each opponent gets a poison counter.
|
||||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(1, "you"));
|
||||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(2, "you"));
|
||||
this.getSpellAbility().addEffect(new LoseLifeSourceControllerEffect(2).concatBy("and"));
|
||||
this.getSpellAbility().addEffect(new AddCountersPlayersEffect(
|
||||
CounterType.POISON.createInstance(), TargetController.OPPONENT
|
||||
|
|
Loading…
Reference in a new issue