From f070f9aa048fdd569d51e8581adf57c06dc0100e Mon Sep 17 00:00:00 2001 From: Jeff Wadsworth Date: Wed, 8 Feb 2023 15:44:19 -0600 Subject: [PATCH] - Fixed #9943 --- Mage.Sets/src/mage/cards/i/InfectiousInquiry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/i/InfectiousInquiry.java b/Mage.Sets/src/mage/cards/i/InfectiousInquiry.java index 3ed215772e..132c9b8e5f 100644 --- a/Mage.Sets/src/mage/cards/i/InfectiousInquiry.java +++ b/Mage.Sets/src/mage/cards/i/InfectiousInquiry.java @@ -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