From 014be752f8dbf8da7c91ceadd2a432831765ee88 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Fri, 10 Mar 2023 00:45:55 +0100 Subject: tolower(NAHREC_MYLARIN_QUERY) --- npc/017-5/nahrec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/017-5/nahrec.txt b/npc/017-5/nahrec.txt index b9a309522..4510b6f3e 100644 --- a/npc/017-5/nahrec.txt +++ b/npc/017-5/nahrec.txt @@ -62,7 +62,7 @@ function NahrecMain { l("Can you craft Chainmail?"), l("Can you craft Light Platemail?"), l("Can you craft Warlord Plate?"), - rif(@NAHREC_MYLARIN_QUERY, l("Can you craft Savior Equipment?")), + rif(@nahrec_mylarin_query, l("Can you craft Savior Equipment?")), l("Can you craft Chainmail Skirt?"), l("Do you know something about 'Mylarin Dust'?"), l("Nevermind, bye!"); @@ -127,7 +127,7 @@ function Mylarin { next; mesq l("I can make some savior equipment with it, but I have no idea where it can be found. Mylarin dust... amazing."); next; - @NAHREC_MYLARIN_QUERY = true; + @nahrec_mylarin_query = true; return; } -- cgit v1.2.3-70-g09d2