diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:24:30 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:24:30 -0500 |
commit | d9cd196c2f7b856c16a8b435cc3090436ec298d2 (patch) | |
tree | e66ed8c462c1a7358277787343e59a9ce5589e7f /world/map/npc/027-2/innkeeper.txt | |
parent | 062fb12c6386d2ac2c5e4f1dc8cf7596e11c82c1 (diff) | |
parent | ec011e27ec8459277563222d94c4cf981d752d11 (diff) | |
download | serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.tar.gz serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.tar.bz2 serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.tar.xz serverdata-d9cd196c2f7b856c16a8b435cc3090436ec298d2.zip |
Merge pull request #455 from mekolat/headstyle-genderv2016.2.9
3rd gender, new races
Diffstat (limited to 'world/map/npc/027-2/innkeeper.txt')
-rw-r--r-- | world/map/npc/027-2/innkeeper.txt | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/world/map/npc/027-2/innkeeper.txt b/world/map/npc/027-2/innkeeper.txt index adc4a75d..ac4e867a 100644 --- a/world/map/npc/027-2/innkeeper.txt +++ b/world/map/npc/027-2/innkeeper.txt @@ -235,12 +235,8 @@ L_Check_Kid: menu "Hi. I found this in the main hall. Do you know to whom it belongs?", L_Ring; - if ((Sex == 1) - && (@kidstate < 7)) - goto L_Man; - if ((Sex == 0) - && (@kidstate < 7)) - goto L_Woman; + if (@kidstate < 7) + goto L_Problem; mes "\"What I'm going to tell you is very personal, but your acts have shown me that you're a person I can trust. You kindly asked me about that ring you have found... and also, even my son, who is always so reserved with strangers, came to me and spent a long time telling me a lot of nice things about you. So I will tell you about my sad love.\""; next; @@ -405,16 +401,9 @@ L_Not_Enough_Tears: mes "\"This is beautiful! But " + @tears + " of them aren't enough to represent my sadness.\""; goto L_Close; -L_Man: +L_Problem: mes "[Reid's Ghost]"; - mes "\"What I have to tell is very personal. You're a man - I'm not sure if I want to tell you. I know you helped me already and showed me you are a sensitive man, but I barely know you. I am sorry, but I have to think a little bit more. Maybe later, when I know you better, I can tell you more about it. \""; - goto L_Close; - -L_Woman: - mes "[Reid's Ghost]"; - mes "\"What I have to tell you is something very personal. You are a woman like me - I'm sure you would understand.\""; - next; - mes "\"But I'm not sure if I want to tell you. I know you helped me already and showed me you are a sensitive woman, but I barely know you. I am sorry, but I have to think a little bit more. Maybe later, when I know you better, I can tell you more about it. \""; + mes "\"What I have to tell is very personal. I'm not sure if I want to tell you. I know you helped me already and showed me you are a sensitive, but I barely know you. I am sorry, but I have to think a little bit more. Maybe later, when I know you better, I can tell you more about it. \""; goto L_Close; L_Ring: |