summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-03 13:06:29 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-03 13:06:29 -0300
commit21c59c8999199d040236a9c94ea92f1165972690 (patch)
tree5d5c44f441d14aa08a3f7dc5eaf84d16b04d1964
parentb32e61fd5f1bf6be621454bf6cff0450ee213af4 (diff)
downloadserverdata-21c59c8999199d040236a9c94ea92f1165972690.tar.gz
serverdata-21c59c8999199d040236a9c94ea92f1165972690.tar.bz2
serverdata-21c59c8999199d040236a9c94ea92f1165972690.tar.xz
serverdata-21c59c8999199d040236a9c94ea92f1165972690.zip
Shot Gambling Xanthem with a Nerf Gun.
The 1:1 ratio will never see daylight.
-rw-r--r--npc/020-4/gambler.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/020-4/gambler.txt b/npc/020-4/gambler.txt
index aa520796c..1384aa57d 100644
--- a/npc/020-4/gambler.txt
+++ b/npc/020-4/gambler.txt
@@ -45,7 +45,7 @@ L_Info:
next;
mesc l("Prizes:");
mesc l("If you're right, you'll get at least 80 GP!");
- mesc l("You'll also get as many Monster Points as GP!");
+ mesc l("You'll also get half of the GP as Monster Points!");
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.");
@@ -113,7 +113,7 @@ L_Spin:
mesc l("Your current win streak is @@!", @gambler_winstreak);
$XAN_BETS=$XAN_BETS+1;
Zeny+=min((@gambler_winstreak*2), 40);
- Mobpt+=80+min((@gambler_winstreak*2), 40);
+ Mobpt+=40+min(@gambler_winstreak, 20);
} else {
.@bypass=0;
}