From 241975bba3dd303074a75c422f9a2a59cc791b46 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 May 2018 12:33:58 -0300 Subject: Why are you mad at me, GitLab? :inGame_n: It is just a missing parenthesis --- npc/007-1/pylon.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc') 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 ""; -- cgit v1.2.3-60-g2f50