diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-01-18 22:09:22 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-01-18 22:09:22 +0100 |
commit | a7a0761c684a2a2ef878cd79cbf4346e546f4b9a (patch) | |
tree | d206b64fa8eef7ae7886ec891a91d9c186909e24 /npc/031-1_NivalisPort | |
parent | 6033b796431482528072d6de17e08a69307599e0 (diff) | |
download | serverdata-a7a0761c684a2a2ef878cd79cbf4346e546f4b9a.tar.gz serverdata-a7a0761c684a2a2ef878cd79cbf4346e546f4b9a.tar.bz2 serverdata-a7a0761c684a2a2ef878cd79cbf4346e546f4b9a.tar.xz serverdata-a7a0761c684a2a2ef878cd79cbf4346e546f4b9a.zip |
cindy quest: level restriction and map announces for each wave
Diffstat (limited to 'npc/031-1_NivalisPort')
-rw-r--r-- | npc/031-1_NivalisPort/angelaOutside.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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, |