summaryrefslogtreecommitdiff
path: root/npc/003-9/gambler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-07-30 00:09:55 -0300
committerJesusaves <cpntb1@ymail.com>2024-07-30 00:09:55 -0300
commitd4830e3a43eb7bc9faf92400ba9f2765a7bd8b0e (patch)
tree56b9942867b3815a9061f6ef7f0a4eeb25789284 /npc/003-9/gambler.txt
parent737566e6edd3c2bed60d608e07e76acae0633f92 (diff)
downloadserverdata-d4830e3a43eb7bc9faf92400ba9f2765a7bd8b0e.tar.gz
serverdata-d4830e3a43eb7bc9faf92400ba9f2765a7bd8b0e.tar.bz2
serverdata-d4830e3a43eb7bc9faf92400ba9f2765a7bd8b0e.tar.xz
serverdata-d4830e3a43eb7bc9faf92400ba9f2765a7bd8b0e.zip
For precaution, we should never allow the number bet for over 500 coins.
I don't want to risk, even if almost always you'll lose everything.
Diffstat (limited to 'npc/003-9/gambler.txt')
-rw-r--r--npc/003-9/gambler.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-9/gambler.txt b/npc/003-9/gambler.txt
index bf2cc68b6..1255b7a9f 100644
--- a/npc/003-9/gambler.txt
+++ b/npc/003-9/gambler.txt
@@ -204,7 +204,7 @@ L_Select:
mesc l("What do you want to bet on? Payout is noted, 1:1 will also give you %d gold per coin on bet.", 10);
select
- rif(is_staff(), "Number (1->35)"),
+ rif(is_staff() && .@bet <= 500, "Number (1->35)"),
rif(is_staff(), "Tuple (1->17)"),
rif(is_staff(), "Row (1->11)"),
rif(is_staff(), "Four group (1->8)"),