parent
ff1091ac02
commit
a93bef1de5
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ void MessageLogWidget::logShuffle(Player *player, CardZone *zone)
|
||||||
|
|
||||||
void MessageLogWidget::logRollDie(Player *player, int sides, int roll)
|
void MessageLogWidget::logRollDie(Player *player, int sides, int roll)
|
||||||
{
|
{
|
||||||
QString coinOptions[2] = {tr("Heads (1)"), tr("Tails (2)")};
|
QString coinOptions[2] = {tr("Heads")+" (1)"), tr("Tails")+" (2)")};
|
||||||
soundEngine->playSound("roll_dice");
|
soundEngine->playSound("roll_dice");
|
||||||
|
|
||||||
if (sides == 2)
|
if (sides == 2)
|
||||||
|
|
Loading…
Reference in a new issue