From d4830e3a43eb7bc9faf92400ba9f2765a7bd8b0e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 30 Jul 2024 00:09:55 -0300 Subject: 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. --- npc/003-9/gambler.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-9/gambler.txt') 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)"), -- cgit v1.2.3-70-g09d2