From 62b97f16f34fbf053b4b306c55b9b1dfd5ade6e8 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Wed, 31 Aug 2005 16:50:15 +0000 Subject: Another fix, hope this one is the last --- npc/tulimshar/casino.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc') diff --git a/npc/tulimshar/casino.txt b/npc/tulimshar/casino.txt index 792c018f..90a89097 100644 --- a/npc/tulimshar/casino.txt +++ b/npc/tulimshar/casino.txt @@ -135,10 +135,10 @@ new_8-1.gat,28,63,0 script BlackJack 107,{ menu "Yes",L_Yes,"No",L_No; L_Yes: - if(countitem(503) < 5) goto L_NoCoin; - delitem 503,5; - set @croupier,rand(3); - set @croupier, croupier + 18; + if(countitem(503) < 15) goto L_NoCoin; + delitem 503,15; + set @croupier,rand(4); + set @croupier, @croupier + 17; set @player,rand(20); set @player,@player+1; @@ -172,7 +172,7 @@ L_No: close; L_NoCoin: - mes "You need at least 5 coins"; + mes "You need at least 15 coins"; close; L_Lost: -- cgit v1.2.3-70-g09d2