From 5d19c741543ff1a1bd7b8001e3f5a8884ae03044 Mon Sep 17 00:00:00 2001 From: gravitybone <7361357+gravitybone@users.noreply.github.com> Date: Sat, 19 Aug 2023 04:15:32 +0200 Subject: [PATCH] fix text: Uchuulon (#10884) --- Mage.Sets/src/mage/cards/u/Uchuulon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/u/Uchuulon.java b/Mage.Sets/src/mage/cards/u/Uchuulon.java index 9ea4ff6ecc8..ec7754d4ddd 100644 --- a/Mage.Sets/src/mage/cards/u/Uchuulon.java +++ b/Mage.Sets/src/mage/cards/u/Uchuulon.java @@ -78,7 +78,7 @@ class UchuulonEffect extends OneShotEffect { UchuulonEffect() { super(Outcome.Benefit); staticText = "exile up to one target creature card from an opponent's graveyard. " + - "If you, create a token that's a copy of {this}"; + "If you do, create a token that's a copy of {this}"; } private UchuulonEffect(final UchuulonEffect effect) {