From bc3311f59d287e65887a7312bab5a2c6ccc7f43c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 20 May 2018 15:23:57 -0300 Subject: Typo, introduced a bug >.> --- npc/003-10/slots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/003-10/slots.txt b/npc/003-10/slots.txt index a5fa65687..b1e0cf85a 100644 --- a/npc/003-10/slots.txt +++ b/npc/003-10/slots.txt @@ -70,7 +70,7 @@ L_Spin: if (.@a == .@b && .@a == .@c && .@a == 7) { getitem CasinoCoins, 10; mes col("Jackpot! You got ten coins!", 3); - } else if (.@a == .@b == .@c) { + } else if (.@a == .@b && .@a == .@c) { getitem CasinoCoins, 5; mes col("Congrats! You got five coins!", 3); } else if (.@a == .@b || .@a == .@c || .@b == .@c) { -- cgit v1.2.3-70-g09d2