diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-28 12:33:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-28 12:33:58 -0300 |
commit | 241975bba3dd303074a75c422f9a2a59cc791b46 (patch) | |
tree | 91d2b1fee3533164eaf505e8e9503ff572269e68 /npc/007-1/pylon.txt | |
parent | 17c6c7fb9c20be0ef8152e685ff93e0bc1d27f11 (diff) | |
download | serverdata-241975bba3dd303074a75c422f9a2a59cc791b46.tar.gz serverdata-241975bba3dd303074a75c422f9a2a59cc791b46.tar.bz2 serverdata-241975bba3dd303074a75c422f9a2a59cc791b46.tar.xz serverdata-241975bba3dd303074a75c422f9a2a59cc791b46.zip |
Why are you mad at me, GitLab? :inGame_n: It is just a missing parenthesis
Diffstat (limited to 'npc/007-1/pylon.txt')
-rw-r--r-- | npc/007-1/pylon.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt index cf486077d..2e7dce5ef 100644 --- a/npc/007-1/pylon.txt +++ b/npc/007-1/pylon.txt @@ -29,12 +29,12 @@ L_Menu: // We could add a drag zone, and allow players to drag their gems, but... Meh. select l("Hum, how many gem powders can I get from one gem?"), - rif(countitem(Diamond) >= 1, l("Yeah sure, take my Diamond!"), - rif(countitem(Ruby) >= 1, l("Yeah sure, take my Ruby!"), - rif(countitem(Emerald) >= 1, l("Yeah sure, take my Emerald!"), - rif(countitem(Sapphire) >= 1, l("Yeah sure, take my Sapphire!"), - rif(countitem(Topaz) >= 1, l("Yeah sure, take my Topaz!"), - rif(countitem(Amethyst) >= 1, l("Yeah sure, take my Amethyst!"), + rif(countitem(Diamond) >= 1, l("Yeah sure, take my Diamond!")), + rif(countitem(Ruby) >= 1, l("Yeah sure, take my Ruby!")), + rif(countitem(Emerald) >= 1, l("Yeah sure, take my Emerald!")), + rif(countitem(Sapphire) >= 1, l("Yeah sure, take my Sapphire!")), + rif(countitem(Topaz) >= 1, l("Yeah sure, take my Topaz!")), + rif(countitem(Amethyst) >= 1, l("Yeah sure, take my Amethyst!")), l("No, thanks, I will keep my gems."); mes ""; |