From 114e73c1c64da1b5ce67309112cfb18dc25f418e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Jun 2018 16:01:01 -0300 Subject: Saulc told to break Casino Economy instead. BREAK IT. --- npc/003-10/slots.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-10/slots.txt') diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt index f465e031d..e68e9bc13 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: @@.", getitemlink(BronzeGift)); + mesc l("Three equal: @@.", "20 casino coins"); mesc l("Two equal: 1 casino coin."); next; goto L_Menu; @@ -71,8 +71,8 @@ L_Spin: getitem Monocle, 1; mesc l("Jackpot! You got the Monocle!"), 3; } else if (.@a == .@b && .@a == .@c) { - getitem BronzeGift, 1; - mesc l("Congrats! You got the gift!"), 3; + getitem CasinoCoins, 20; + mesc l("Congrats! A pity it was not 777..."), 3; } else if (.@a == .@b || .@a == .@c || .@b == .@c) { getitem CasinoCoins, 1; mesc l("Lucky! You got the coin back!"), 3; -- cgit v1.2.3-60-g2f50