diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/tulimshar/casino.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/tulimshar/casino.txt b/npc/tulimshar/casino.txt index d6d1dab0..3c611554 100644 --- a/npc/tulimshar/casino.txt +++ b/npc/tulimshar/casino.txt @@ -1,7 +1,7 @@ // Warps room 1 new_8-1.gat,45,24 warp upstairs 0,2,new_8-1.gat,65,25 new_8-1.gat,25,36 warp outside 0,2,new_3-1.gat,33,73 -new_3-1.gat,32,73 warp inside 1,0,new_8-1.gat,25,34 +new_3-1.gat,32,72 warp inside 1,0,new_8-1.gat,25,34 // Warps room 2 new_8-1.gat,64,25 warp downstairs 0,1,new_8-1.gat,42,25 new_8-1.gat,68,22 warp tocasino 2,0,new_8-1.gat,32,72 @@ -159,7 +159,8 @@ L_Another: mes "Do you want another card?"; next; - menu "Yes",L_Another,"No",-; + menu "Yes",L_Another,"No",L_End; +L_End: if (@player < @croupier) goto L_Lost; mes "Congratulations, you won!"; mes "I had " + @croupier + ""; |