summaryrefslogtreecommitdiff
path: root/npc/020-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-11 20:12:13 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-11 20:12:13 -0200
commit7ee7c5085dafc6ea0f75e585a92a8990e8d69775 (patch)
tree77cc39ffd537155026c35e29e38b6905670b5cb1 /npc/020-4
parentf6c0a03ae7e92497565988402dd540f15ced35cd (diff)
downloadserverdata-7ee7c5085dafc6ea0f75e585a92a8990e8d69775.tar.gz
serverdata-7ee7c5085dafc6ea0f75e585a92a8990e8d69775.tar.bz2
serverdata-7ee7c5085dafc6ea0f75e585a92a8990e8d69775.tar.xz
serverdata-7ee7c5085dafc6ea0f75e585a92a8990e8d69775.zip
Keep betting, keep winning, make money!
Diffstat (limited to 'npc/020-4')
-rw-r--r--npc/020-4/gambler.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/020-4/gambler.txt b/npc/020-4/gambler.txt
index 17f66cbc8..446d235a1 100644
--- a/npc/020-4/gambler.txt
+++ b/npc/020-4/gambler.txt
@@ -44,7 +44,7 @@ L_Info:
mesc l("Cards are ranked on this priority: A - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - J - Q - K - Joker");
next;
mesc l("Prizes:");
- mesc l("If you're right, you'll get 80 GP!");
+ mesc l("If you're right, you'll get at least 80 GP!");
mesc l("If a tie happens, you'll get your coin back.");
mesc l("If you're wrong, your winning streak is reset.");
mesc l("Winning Streak is also reset on logout or when you leave the Inn.");
@@ -111,6 +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);
} else {
.@bypass=0;
}