From a7a0761c684a2a2ef878cd79cbf4346e546f4b9a Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 18 Jan 2011 22:09:22 +0100 Subject: cindy quest: level restriction and map announces for each wave --- npc/031-1_NivalisPort/angelaOutside.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/031-1_NivalisPort') diff --git a/npc/031-1_NivalisPort/angelaOutside.txt b/npc/031-1_NivalisPort/angelaOutside.txt index 98523903..b42c5318 100644 --- a/npc/031-1_NivalisPort/angelaOutside.txt +++ b/npc/031-1_NivalisPort/angelaOutside.txt @@ -22,7 +22,7 @@ mes "\"It's terrible, oh my dear child!\""; next; - if (countitem("ConcentrationPotion") > 0) goto L_Menu_Potion; + if (countitem("ConcentrationPotion") > 0 && baselevel > 70) goto L_Menu_Potion; menu "\"Please calm down and tell me what happened.\"", L_Whining, -- cgit v1.2.3-70-g09d2