diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 15:23:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 15:23:57 -0300 |
commit | bc3311f59d287e65887a7312bab5a2c6ccc7f43c (patch) | |
tree | b2589e27b8e634e2f0f7e1cbe34dab8b1ef75e80 /npc/003-10 | |
parent | 71fc9251256be71f2578ddf14b6ff5afc7f96a1a (diff) | |
download | serverdata-bc3311f59d287e65887a7312bab5a2c6ccc7f43c.tar.gz serverdata-bc3311f59d287e65887a7312bab5a2c6ccc7f43c.tar.bz2 serverdata-bc3311f59d287e65887a7312bab5a2c6ccc7f43c.tar.xz serverdata-bc3311f59d287e65887a7312bab5a2c6ccc7f43c.zip |
Typo, introduced a bug >.>
Diffstat (limited to 'npc/003-10')
-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) { |