From 1e3050b638726ea407d28f4b860fb2b5722b069b Mon Sep 17 00:00:00 2001 From: wushin Date: Mon, 9 Nov 2015 14:34:54 -0600 Subject: Purged gender from quest dialogue Changed Eurni to new genders --- world/map/npc/027-2/crying_child.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'world/map/npc/027-2/crying_child.txt') 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; -- cgit v1.2.3-60-g2f50