From 3c732d12122ffbe86c3e1cca00dff6bf2c00ab3a Mon Sep 17 00:00:00 2001 From: "Alex W. Jackson" Date: Thu, 4 Nov 2021 01:04:48 -0400 Subject: [PATCH] Fix Virulent Wound text --- Mage.Sets/src/mage/cards/v/VirulentWound.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/v/VirulentWound.java b/Mage.Sets/src/mage/cards/v/VirulentWound.java index 4ca3500028..0382d91fc0 100644 --- a/Mage.Sets/src/mage/cards/v/VirulentWound.java +++ b/Mage.Sets/src/mage/cards/v/VirulentWound.java @@ -50,7 +50,7 @@ class VirulentWoundEffect extends OneShotEffect { public VirulentWoundEffect() { super(Outcome.UnboostCreature); - this.staticText = "Put a -1/-1 counter on target creature. When that creature dies this turn, its controller gets a poison counter"; + this.staticText = "When that creature dies this turn, its controller gets a poison counter"; } public VirulentWoundEffect(final VirulentWoundEffect effect) {