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/009-1 | |
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/009-1')
-rw-r--r-- | world/map/npc/009-1/jack.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/world/map/npc/009-1/jack.txt b/world/map/npc/009-1/jack.txt index 05c9f8c5..7a4f6573 100644 --- a/world/map/npc/009-1/jack.txt +++ b/world/map/npc/009-1/jack.txt @@ -149,13 +149,8 @@ L_Shield_state_0: set @Q_Woodenshield, 1; callsub S_Update_Mask; - if (Sex == 0) - set @child_of_jack$, "daughter"; - if (Sex == 1) - set @child_of_jack$, "son"; - mes "[Jack Lumber]"; - mes "\"You no doubt remember how I struggled with those beasts, fighting for my life. Scared me, those seven-branched little stumps did! Never since that day have I strayed near them, and yet there you are, cutting them down one by one. I'm proud of you – to dare to fight those trunks is admirable indeed. You're as strong as if you were my own " + @child_of_jack$ + "!\""; + mes "\"You no doubt remember how I struggled with those beasts, fighting for my life. Scared me, those seven-branched little stumps did! Never since that day have I strayed near them, and yet there you are, cutting them down one by one. I'm proud of you – to dare to fight those trunks is admirable indeed. You're as strong as if you were my own child!\""; next; goto L_Shield_state_1; |