diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-10/slots.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |