Fix volcano mode flipping tiles
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
d827a0221b
commit
a9e50106d6
@ -517,6 +517,7 @@ const Board = () => {
|
|||||||
if ('tiles-start-facing-down' in rules
|
if ('tiles-start-facing-down' in rules
|
||||||
&& rules[`tiles-start-facing-down`].enabled
|
&& rules[`tiles-start-facing-down`].enabled
|
||||||
&& state !== 'normal'
|
&& state !== 'normal'
|
||||||
|
&& state !== 'volcano'
|
||||||
&& state !== 'winner') {
|
&& state !== 'winner') {
|
||||||
tile.type = 'jungle';
|
tile.type = 'jungle';
|
||||||
tile.card = 0;
|
tile.card = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user