From e28a0ff5f567e7993253610f15ea6eefbbcd87b2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 20 May 2018 16:04:39 -0300 Subject: Let's just forget it. --- npc/003-10/slots.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt index edfd8f512..1290dd763 100644 --- a/npc/003-10/slots.txt +++ b/npc/003-10/slots.txt @@ -50,7 +50,7 @@ L_Info: mes col("Prizes:", 9); mes l("##9 777: @@.", getitemlink(Monocle)); mes col("Three equal: 30 coins.", 9); - mes col("Two equal: 3 coins.", 9); + mes col("Two equal: 2 coins.", 9); next; goto L_Menu; @@ -74,8 +74,8 @@ L_Spin: getitem CasinoCoins, 30; mes col("Congrats! You got thirty coins!", 3); } else if (.@a == .@b || .@a == .@c || .@b == .@c) { - getitem CasinoCoins, 3; - mes col("Lucky! You got three coins!", 3); + getitem CasinoCoins, 2; + mes col("Lucky! You got two coins!", 3); } else { mes col("It wasn't this time...", 3); } -- cgit v1.2.3-60-g2f50