From 9bcdac491f7c32a5f04fdb7f8871650fef18d982 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Sun, 19 Apr 2020 21:50:22 +0400 Subject: [PATCH] [IKO] Genesis Ultimatum - fixed text; --- Mage.Sets/src/mage/cards/g/GenesisUltimatum.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/g/GenesisUltimatum.java b/Mage.Sets/src/mage/cards/g/GenesisUltimatum.java index 79a31912191..c49830a20c6 100644 --- a/Mage.Sets/src/mage/cards/g/GenesisUltimatum.java +++ b/Mage.Sets/src/mage/cards/g/GenesisUltimatum.java @@ -50,7 +50,7 @@ class GenesisUltimatumEffect extends OneShotEffect { GenesisUltimatumEffect() { super(Outcome.Benefit); staticText = "Look at the top five cards of your library. Put any number of permanent cards " + - "from among them onto the battlefield and the rest into your hand."; + "from among them onto the battlefield and the rest into your hand"; } private GenesisUltimatumEffect(final GenesisUltimatumEffect effect) {