From eb291d1c427ad057c2288d010ccd099cfd2b777d Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Sun, 30 Jan 2011 11:25:40 +0100 Subject: remove variable Open_Underground_Palace_Barrier use FLAGS variable at bit FLAG_OPENED_UNDERGROUND which is defined in const.txt --- npc/002-3_Desert_mines/naem.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-3_Desert_mines/naem.txt') diff --git a/npc/002-3_Desert_mines/naem.txt b/npc/002-3_Desert_mines/naem.txt index aca3e0c2..ecd7195b 100644 --- a/npc/002-3_Desert_mines/naem.txt +++ b/npc/002-3_Desert_mines/naem.txt @@ -3,7 +3,7 @@ 002-3.gat,85,97,6 script Naem 109,{ if (Naem_Quest_Done == 1) goto L_Naem_Complete; - if (Open_Underground_Palace_Barrier == 1) goto L_Naem_Gloves; + if (FLAGS & FLAG_OPENED_UNDERGROUND) goto L_Naem_Gloves; if (TMW_Quest == 34) goto L_Naem_Code; if (TMW_Quest == 33) goto L_Naem_Lt; if (TMW_Quest == 32) goto L_Naem_Memory; @@ -118,7 +118,7 @@ L_Naem_Gloves: mes "[Naem]"; mes "\"Hey, good job on getting that together! Take these gloves, they might prove useful in the underground palace.\""; close; - + L_Naem_TooMany: mes "[Naem]"; mes "\"You have too many items for me to give you a reward.\""; -- cgit v1.2.3-60-g2f50