diff options
author | wushin <pasekei@gmail.com> | 2015-11-09 14:34:54 -0600 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-01 14:27:30 -0500 |
commit | 1e3050b638726ea407d28f4b860fb2b5722b069b (patch) | |
tree | b46505aa8dc5d9e05f24a4d45be6c81504b31e5c /world/map/npc/027-2/crying_child.txt | |
parent | 633a7c34d8a585c6c4659d353628dff5134ff79d (diff) | |
download | serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.gz serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.bz2 serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.tar.xz serverdata-1e3050b638726ea407d28f4b860fb2b5722b069b.zip |
Purged gender from quest dialogue
Changed Eurni to new genders
Diffstat (limited to 'world/map/npc/027-2/crying_child.txt')
-rw-r--r-- | world/map/npc/027-2/crying_child.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/world/map/npc/027-2/crying_child.txt b/world/map/npc/027-2/crying_child.txt index 4a1254ec..0a7b2396 100644 --- a/world/map/npc/027-2/crying_child.txt +++ b/world/map/npc/027-2/crying_child.txt @@ -21,8 +21,6 @@ set @minLevel, 85; - if (Sex == 0) set @madamsir$, "Madam"; - if (Sex == 1) set @madamsir$, "Sir"; if (@state == 7) goto L_return5; if (@state == 6) goto L_return4; if (@state == 4 || @state == 5) goto L_return3; @@ -50,13 +48,13 @@ L_intro: L_WhatHappen: mes "[Crying Child]"; - mes "\"Oh, what? Who are you "+@madamsir$+", what are you doing here?\""; + mes "\"Oh, what? Who are you, what are you doing here?\""; next; menu "My name is "+strcharinfo(0)+". I heard you cry and decided to check if you needed any help.",L_MyNameIs; L_MyNameIs: - mes "The child looks at you from head to toe and says: \"" +@madamsir$+ ", aren't you scared of me?\""; + mes "The child looks at you from head to toe and says: aren't you scared of me?\""; next; menu "No... Why would I be scared of you?",L_NotScaredOf; @@ -101,7 +99,7 @@ L_DontWorryFind: L_return: mes "[Aldred]"; - mes "\"Please, help me " +@madamsir$+ ". If you find that ring, I think things will be a little better between me and my parents.\""; + mes "\"Please, help me. If you find that ring, I think things will be a little better between me and my parents.\""; goto L_Close; @@ -207,7 +205,6 @@ L_full: goto L_Close; L_Close: - set @madamsir$, ""; set @Graveyard_Inn_MASK, 0; set @Graveyard_Inn_SHIFT, 0; set @state, 0; |