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/husband.txt | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'world/map/npc/027-2/husband.txt') diff --git a/world/map/npc/027-2/husband.txt b/world/map/npc/027-2/husband.txt index e62b5097..8897e697 100644 --- a/world/map/npc/027-2/husband.txt +++ b/world/map/npc/027-2/husband.txt @@ -194,12 +194,8 @@ L_Savaric: mes "\"That cheeky egomaniac - \""; next; - if ((Sex == 0) - && (@kidstate < 7)) - goto L_Woman; - if ((Sex == 1) - && (@kidstate < 7)) - goto L_Man; + if (@kidstate < 7) + goto L_Problem; mes "\"Well, I have been thinking about you. You seem to be a very helpful and wise person. Even my son told me good things about you, making a long speech about how great you are and your ability to comprehend and deal with delicate matters. I wonder how he reached that conclusion... But anyway, I'll tell you about Savaric.\""; next; goto L_Jealousy; @@ -223,17 +219,9 @@ L_Jealousy: callsub S_Update_Mask; goto L_Close; -L_Man: +L_Problem: mes "[Hamond]"; - mes "\"You're a man - I think you would understand what is happening to me.\""; - mes "\"But, to be honest, I think I'd only be able to talk about such a complicated matter if I am sure I am sharing my feelings with a good, wise and understanding person. No offense, it is just that I barely know you...\""; - goto L_Close; - -L_Woman: - mes "[Hamond]"; - mes "\"Hrm - I don't think you'll understand. It is a problem between men.\""; - next; - mes "\"And, to be honest, I'd only be able to talk about such a complicated matter if I am sure I am sharing my feelings with a good, wise and understanding person. No offense, it is just that I barely know you...\""; + mes "\"To be honest, I think I'd only be able to talk about such a complicated matter if I am sure I am sharing my feelings with a good, wise and understanding person. No offense, it is just that I barely know you...\""; goto L_Close; L_Ring: -- cgit v1.2.3-60-g2f50