From ac52fea9d828808f79f99738e3dfe67681a127e6 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Wed, 5 Jun 2013 17:23:59 +0200 Subject: [PATCH] Fixed a minor text big of Fiery Gambit. --- Mage.Sets/src/mage/sets/mirrodin/FieryGambit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/mirrodin/FieryGambit.java b/Mage.Sets/src/mage/sets/mirrodin/FieryGambit.java index f70f205af1..acf6f8c263 100644 --- a/Mage.Sets/src/mage/sets/mirrodin/FieryGambit.java +++ b/Mage.Sets/src/mage/sets/mirrodin/FieryGambit.java @@ -95,7 +95,7 @@ class FieryGambitEffect extends OneShotEffect { boolean controllerStopped = false; while (controller.flipCoin(game)) { ++flipsWon; - if (!controller.chooseUse(outcome, new StringBuilder("You won ").append(flipsWon).append(flipsWon == 1?" flip.":"flips.") + if (!controller.chooseUse(outcome, new StringBuilder("You won ").append(flipsWon).append(flipsWon == 1?" flip.":" flips.") .append(" Flip another coin?").toString(), game)) { controllerStopped = true; break;