summaryrefslogtreecommitdiff
path: root/world/map/npc/009-4
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-11-09 14:34:54 -0600
committermekolat <mekolat@users.noreply.github.com>2016-02-01 14:27:30 -0500
commit1e3050b638726ea407d28f4b860fb2b5722b069b (patch)
treeb46505aa8dc5d9e05f24a4d45be6c81504b31e5c /world/map/npc/009-4
parent633a7c34d8a585c6c4659d353628dff5134ff79d (diff)
downloadserverdata-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-4')
-rw-r--r--world/map/npc/009-4/waric.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/world/map/npc/009-4/waric.txt b/world/map/npc/009-4/waric.txt
index 83c1ba78..9598ecaa 100644
--- a/world/map/npc/009-4/waric.txt
+++ b/world/map/npc/009-4/waric.txt
@@ -2,20 +2,13 @@
009-4,99,33,0|script|#WizardTrap|32767,2,1
{
- set @gender$, "They're";
- if (Sex == 0)
- set @gender$, "She's";
- if (Sex == 1)
- set @gender$, "He's";
-
mes "As you explore further into the cave you see a figure looking at you who appears angry. But as you begin to speak, he quickly chants some words and you start to lose conciousness!";
next;
warp "009-4", 117, 40;
mes "When you awake you find yourself unable to move. You seem to be held in place by something. As your eyes regain focus you see Orum talking with the figure you saw earlier. Orum looks over at you and mumbles.";
mes "";
mes "[Orum]";
- mes "\"Be quiet Waric... " + @gender$ + " awake...\"";
- set @gender$, "";
+ mes "\"Be quiet Waric... They're awake...\"";
close;
}