diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 16:04:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 16:04:39 -0300 |
commit | e28a0ff5f567e7993253610f15ea6eefbbcd87b2 (patch) | |
tree | 4ec6ee15c56e390175efa1fe0ab48a41dab65f48 /npc/003-10/slots.txt | |
parent | bd3cc286e23dd6f060b3aed0dec72fbb09ffe1f0 (diff) | |
download | serverdata-e28a0ff5f567e7993253610f15ea6eefbbcd87b2.tar.gz serverdata-e28a0ff5f567e7993253610f15ea6eefbbcd87b2.tar.bz2 serverdata-e28a0ff5f567e7993253610f15ea6eefbbcd87b2.tar.xz serverdata-e28a0ff5f567e7993253610f15ea6eefbbcd87b2.zip |
Let's just forget it.
Diffstat (limited to 'npc/003-10/slots.txt')
-rw-r--r-- | npc/003-10/slots.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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); } |