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/019-1/snowman.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/019-1/snowman.txt')
-rw-r--r-- | world/map/npc/019-1/snowman.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/world/map/npc/019-1/snowman.txt b/world/map/npc/019-1/snowman.txt index 893ddce4..98b749df 100644 --- a/world/map/npc/019-1/snowman.txt +++ b/world/map/npc/019-1/snowman.txt @@ -11,16 +11,12 @@ goto L_Close; L_Quest: - if (Sex == 0) - set @sex$, "lady"; - if (Sex == 1) - set @sex$, "man"; set @candy_amount, 15; set @chocolate_amount, 10; set @cactus_amount, 5; mes "[Snowman]"; - mes "\"Hello there young " + @sex$ + "."; + mes "\"Hello there."; mes "Would you like a Christmas hat?\""; next; goto L_Menu; @@ -84,7 +80,6 @@ L_TooMany: goto L_Close; L_Close: - set @sex$, ""; set @candy_amount, 0; set @chocolate_amount, 0; set @cactus_amount, 0; |