summaryrefslogtreecommitdiff
path: root/npc/003-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-29 16:01:34 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-29 16:01:34 -0300
commit82caeeea579fe5a08ed46e00f0c618561605d133 (patch)
treec1a54646a50d5569a8fca32a34f44459422d30c3 /npc/003-10
parent114e73c1c64da1b5ce67309112cfb18dc25f418e (diff)
downloadserverdata-82caeeea579fe5a08ed46e00f0c618561605d133.tar.gz
serverdata-82caeeea579fe5a08ed46e00f0c618561605d133.tar.bz2
serverdata-82caeeea579fe5a08ed46e00f0c618561605d133.tar.xz
serverdata-82caeeea579fe5a08ed46e00f0c618561605d133.zip
Less Coins
Diffstat (limited to 'npc/003-10')
-rw-r--r--npc/003-10/slots.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt
index e68e9bc13..bed1027b0 100644
--- a/npc/003-10/slots.txt
+++ b/npc/003-10/slots.txt
@@ -49,7 +49,7 @@ L_Info:
mes "";
mesc l("Prizes:");
mes l("##9 777: @@.", getitemlink(Monocle));
- mesc l("Three equal: @@.", "20 casino coins");
+ mesc l("Three equal: @@.", "18 casino coins");
mesc l("Two equal: 1 casino coin.");
next;
goto L_Menu;
@@ -71,7 +71,7 @@ L_Spin:
getitem Monocle, 1;
mesc l("Jackpot! You got the Monocle!"), 3;
} else if (.@a == .@b && .@a == .@c) {
- getitem CasinoCoins, 20;
+ getitem CasinoCoins, 18;
mesc l("Congrats! A pity it was not 777..."), 3;
} else if (.@a == .@b || .@a == .@c || .@b == .@c) {
getitem CasinoCoins, 1;