mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-22 16:35:45 +00:00
Update turn value
This commit is contained in:
parent
141debf5e5
commit
dffd0af06d
1 changed files with 1 additions and 0 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue