From d14f0c61f744e19228b5c2533f549068354414d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Jun 2018 13:51:09 -0300 Subject: Emergency Bugfix --- npc/003-10/slots.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/003-10') 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; } -- cgit v1.2.3-60-g2f50