diff options
-rw-r--r-- | npc/005-1/ayasha.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 100d533ef..a0dcc76c7 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -17,8 +17,7 @@ showavatar NPC_HUMAN_FEMALE_NOOB; // this is handled by avatars.xml if (strcharinfo(2) == "Monster King" && is_admin()) goto L_MKControl; - function quest_findAllKids - { + function quest_findAllKids { setq CandorQuest_HAS, 2; mesn; mesq l("Good luck!"); @@ -46,7 +45,7 @@ } while (@menu != 2); } else if (.@has == 1) { mesn; - mesq l("Even if the city has not been attacked on the last few years, I can't help but be concerned while the kids are playing hide and seek."), + mesq l("Even if the city has not been attacked on the last few years, I can't help but be concerned while the kids are playing hide and seek."); next; mesq l("Could you perhaps help me to find all kids?"); next; |