Fix #39 - intitial-placement now has a message displayed
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
0c0858a54a
commit
0c102c9f42
@ -63,7 +63,7 @@
|
|||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
.GameOrder > * {
|
.GameOrder > * {
|
||||||
width: 20em;
|
min-width: 20em;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -867,6 +867,9 @@ class Table extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 'initial-placement':
|
||||||
|
message = <>{message}It is time for all the players to place their initial two settlements, with one road connected to each settlement.</>;
|
||||||
|
break;
|
||||||
case 'active':
|
case 'active':
|
||||||
if (!player) {
|
if (!player) {
|
||||||
message = <>{message}This game is no longer in the lobby.<br/><b>TODO: Override game state to allow Lobby mode while in-game</b></>;
|
message = <>{message}This game is no longer in the lobby.<br/><b>TODO: Override game state to allow Lobby mode while in-game</b></>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user