diff options
Diffstat (limited to 'npc/020-4/gambler.txt')
-rw-r--r-- | npc/020-4/gambler.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-4/gambler.txt b/npc/020-4/gambler.txt index 446d235a1..5093c0c3f 100644 --- a/npc/020-4/gambler.txt +++ b/npc/020-4/gambler.txt @@ -111,7 +111,7 @@ L_Spin: getitem GoldenGift, 1; mesc l("Your current win streak is @@!", @gambler_winstreak); $XAN_BETS=$XAN_BETS+1; - Zeny+=Zeny+min((@gambler_winstreak*2), 40); + Zeny+=min((@gambler_winstreak*2), 40); } else { .@bypass=0; } |