diff options
Diffstat (limited to 'npc/003-9/gambler.txt')
-rw-r--r-- | npc/003-9/gambler.txt | 2 |
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)"), |