mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08: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…
Add table
Add a link
Reference in a new issue