mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
small change to Krark's Thumb
This commit is contained in:
parent
975cff93e3
commit
99633eb4d6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class KrarksThumbEffect extends ReplacementEffectImpl {
|
||||||
);
|
);
|
||||||
boolean chosenFlip = player.chooseUse(
|
boolean chosenFlip = player.chooseUse(
|
||||||
Outcome.Benefit, "Choose which coin you want",
|
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
|
flipEvent.getResultName(), CardUtil.booleanToFlipName(secondFlip), source, game
|
||||||
);
|
);
|
||||||
if (!chosenFlip) {
|
if (!chosenFlip) {
|
||||||
|
|
Loading…
Reference in a new issue