summaryrefslogtreecommitdiff
path: root/world/map/npc/020-2
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/020-2
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/020-2')
-rw-r--r--world/map/npc/020-2/baktar.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/world/map/npc/020-2/baktar.txt b/world/map/npc/020-2/baktar.txt
index b769e1e9..9d1f658b 100644
--- a/world/map/npc/020-2/baktar.txt
+++ b/world/map/npc/020-2/baktar.txt
@@ -69,14 +69,10 @@ L_Delivery:
goto L_Close;
L_Start:
- if(Sex)
- set @type$, "man";
- if(!Sex)
- set @type$, "woman";
if(QL_BAKTAR & (1<<@BIT_KNOWHIM)) goto L_KnowAlready;
mes @npcname$;
- mes "\"Hello, " + @type$ + ", did you come from Tulimshar? Because you have a nice tan. \"";
+ mes "\"Hello, did you come from Tulimshar? Because you have a nice tan. \"";
menu
"Yes, I'm from Tulimshar", L_exotic,
"Well, I just like sunbathing", L_Close,