mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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(
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue