diff --git a/client/src/Board.js b/client/src/Board.js index 0a01813..271e2e7 100644 --- a/client/src/Board.js +++ b/client/src/Board.js @@ -517,6 +517,7 @@ const Board = () => { if ('tiles-start-facing-down' in rules && rules[`tiles-start-facing-down`].enabled && state !== 'normal' + && state !== 'volcano' && state !== 'winner') { tile.type = 'jungle'; tile.card = 0;