Update turn value

This commit is contained in:
thepaperpilot 2023-02-17 07:48:40 -06:00
parent 141debf5e5
commit dffd0af06d

View file

@ -100,6 +100,7 @@ function setupSocket(socket: Socket<ServerToClientEvents, ClientToServerEvents>)
socket.on("newTurn", shop => {
main.gold.value = 10;
main.turn.value++;
main.shop.value = shop;
});
socket.on("reroll", shop => {