make fake humans more obvious.

This commit is contained in:
evanpelle
2024-09-21 15:22:17 -07:00
parent 2783511857
commit a1e4584dde
3 changed files with 204 additions and 387 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class Client {
timerElement.textContent = `Starts in: ${timeRemaining}s`;
}
if (playerCountElement) playerCountElement.textContent = `Players: ${lobby.numClients + this.numFakeHumans(lobby)}`;
if (playerCountElement) playerCountElement.textContent = `Players: ${lobby.numClients}`;
if (lobbies.length > 1) {
const nextLobby = lobbies[1]