From: Geoffrey Allott Date: Sat, 20 Mar 2021 13:38:58 +0000 (+0000) Subject: show cut card for longer X-Git-Url: https://git.pointlesshacks.com/?a=commitdiff_plain;h=4bf26e7739dfeb3093c1ac38bc69dfe1bd80848a;p=pokerwave.git show cut card for longer --- diff --git a/site/modules/socket.js b/site/modules/socket.js index 180f85f..c63ebd4 100644 --- a/site/modules/socket.js +++ b/site/modules/socket.js @@ -140,7 +140,7 @@ export class Socket { case "CommunityCard": return 200; case "CutCard": - return 1000; + return 3000; case "PlayCard": return 500; case "WinTrick":