diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 16:08:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 16:08:56 -0300 |
commit | f30e8088c65659d8ff281756153f8820157f475d (patch) | |
tree | 388271768e2f76dd915febb192824cfccb5f8e1c /npc | |
parent | e28a0ff5f567e7993253610f15ea6eefbbcd87b2 (diff) | |
download | serverdata-f30e8088c65659d8ff281756153f8820157f475d.tar.gz serverdata-f30e8088c65659d8ff281756153f8820157f475d.tar.bz2 serverdata-f30e8088c65659d8ff281756153f8820157f475d.tar.xz serverdata-f30e8088c65659d8ff281756153f8820157f475d.zip |
*whistle*
Diffstat (limited to 'npc')
-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 1290dd763..517dea01c 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: 2 coins.", 9); + mes col("Two equal: 1 coin.", 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, 2; - mes col("Lucky! You got two coins!", 3); + getitem CasinoCoins, 1; + mes col("Lucky! You got a coin!", 3); } else { mes col("It wasn't this time...", 3); } |