summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-28 12:33:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-28 12:33:58 -0300
commit241975bba3dd303074a75c422f9a2a59cc791b46 (patch)
tree91d2b1fee3533164eaf505e8e9503ff572269e68
parent17c6c7fb9c20be0ef8152e685ff93e0bc1d27f11 (diff)
downloadserverdata-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
-rw-r--r--npc/007-1/pylon.txt12
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 "";