summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-10/slots.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt
index c137a69f8..b62564840 100644
--- a/npc/003-10/slots.txt
+++ b/npc/003-10/slots.txt
@@ -49,8 +49,8 @@ L_Info:
mes "";
mesc l("Prizes:");
mes l("##9 777: @@.", getitemlink(Monocle));
- mesc l("Three equal: 30 coins.");
- mesc l("Two equal: 1 coin.");
+ mesc l("Three equal: 20 strange coins.");
+ mesc l("Two equal: 1 casino coin.");
next;
goto L_Menu;
@@ -71,11 +71,11 @@ L_Spin:
getitem Monocle, 1;
mesc l("Jackpot! You got the Monocle!"), 3;
} else if (.@a == .@b && .@a == .@c) {
- getitem CasinoCoins, 30;
- mesc l("Congrats! You got thirty coins!"), 3;
+ getitem StrangeCoin, 20;
+ mesc l("Congrats! You got the coins prize!"), 3;
} else if (.@a == .@b || .@a == .@c || .@b == .@c) {
getitem CasinoCoins, 1;
- mesc l("Lucky! You got a coin!"), 3;
+ mesc l("Lucky! You got the coin back!"), 3;
} else {
mesc l("It wasn't this time..."), 3;
}