projects
/
pokerwave.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506dd84
)
show cut card for longer
author
Geoffrey Allott
<geoffrey@allott.email>
Sat, 20 Mar 2021 13:38:58 +0000
(13:38 +0000)
committer
Geoffrey Allott
<geoffrey@allott.email>
Sat, 20 Mar 2021 13:38:58 +0000
(13:38 +0000)
site/modules/socket.js
patch
|
blob
|
history
diff --git
a/site/modules/socket.js
b/site/modules/socket.js
index 180f85fe84d469dcd5aa027598614152a35bce68..c63ebd483e04f72f8f25bc8d2d641330073c5e48 100644
(file)
--- a/
site/modules/socket.js
+++ b/
site/modules/socket.js
@@
-140,7
+140,7
@@
export class Socket {
case "CommunityCard":
return 200;
case "CutCard":
- return
1
000;
+ return
3
000;
case "PlayCard":
return 500;
case "WinTrick":