commit f60590e221fff73b823fdae3237b774507b7d5ea
parent 90961abc5ad6885e149e1689c3f1847f0453fad2
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Wed, 27 Dec 2023 12:46:34 -0500
increase rake back
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -35,7 +35,7 @@ const DealerStackX = 250
const DealerStackY = 30
const NbCardsPerPlayer = 2
const animationTime = 1000 * time.Millisecond
-const RakeBackPct = 0.15
+const RakeBackPct = 0.30
type Poker struct {
sync.Mutex