small change to Krark's Thumb

This commit is contained in:
Evan Kranzler 2019-01-16 14:52:42 -05:00
parent 975cff93e3
commit 99633eb4d6

View file

@ -63,7 +63,7 @@ class KrarksThumbEffect extends ReplacementEffectImpl {
);
boolean chosenFlip = player.chooseUse(
Outcome.Benefit, "Choose which coin you want",
"(You chose " + flipEvent.getChosenName() + ")",
(flipEvent.isWinnable() ? "(You chose " + flipEvent.getChosenName() + ")" : null),
flipEvent.getResultName(), CardUtil.booleanToFlipName(secondFlip), source, game
);
if (!chosenFlip) {