diff --git a/client/src/Actions.js b/client/src/Actions.js index 103939b..30f2746 100644 --- a/client/src/Actions.js +++ b/client/src/Actions.js @@ -182,7 +182,8 @@ const Actions = ({ if (inGame && hasRolled) { disableRoll = true; } if (volcanoActive && (!isTurn || hasRolled)) { disableRoll = true; } if (volcanoActive && isTurn && turn && !turn.select) { disableRoll = false; } - if (inGameOrder && hasGameOrderRolled) { disableRoll = true; } + if (inGameOrder && hasGameOrderRolled) { disableRoll = true; } + if (placement) { disableRoll = true; } console.log(`actions - `, { disableRoll, robberActions, turn, inGame, isTurn, hasRolled, volcanoActive, inGameOrder,