summaryrefslogtreecommitdiff
path: root/npc/quests/dandelion_request.txt
diff options
context:
space:
mode:
authorEmistry <Equinox1991@gmail.com>2016-01-25 23:00:26 +0800
committerHaru <haru@dotalux.com>2016-02-29 01:52:22 +0100
commit05a2538114972de94352e66586f6f2a5affea9c6 (patch)
treef39d3e659d9b3801cc42a7b14e41aeec16c93ddf /npc/quests/dandelion_request.txt
parent75ba7024fe3b68718d0f0a289a68ea0719054d3b (diff)
downloadhercules-05a2538114972de94352e66586f6f2a5affea9c6.tar.gz
hercules-05a2538114972de94352e66586f6f2a5affea9c6.tar.bz2
hercules-05a2538114972de94352e66586f6f2a5affea9c6.tar.xz
hercules-05a2538114972de94352e66586f6f2a5affea9c6.zip
Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriate
Diffstat (limited to 'npc/quests/dandelion_request.txt')
-rw-r--r--npc/quests/dandelion_request.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/npc/quests/dandelion_request.txt b/npc/quests/dandelion_request.txt
index 20ccb9332..c7add936e 100644
--- a/npc/quests/dandelion_request.txt
+++ b/npc/quests/dandelion_request.txt
@@ -3642,8 +3642,10 @@ que_job01,84,17,3 script Lin#2-1 4_F_ACROSS,{
mes "[Lin]";
mes "Ah, this is "+ strcharinfo(0) +",";
mes "my partner for this assignment.";
- if(Sex == 1) mes "Don't worry, you can trust him.";
- else mes "Don't worry, you can trust her.";
+ if (Sex == SEX_MALE)
+ mes "Don't worry, you can trust him.";
+ else
+ mes "Don't worry, you can trust her.";
next;
mes "[R.]";
mes "Ah, I see. Please,";
@@ -3938,8 +3940,10 @@ que_job01,84,17,3 script Lin#2-1 4_F_ACROSS,{
mes "[Lin]";
mes "I'm sending "+ strcharinfo(0) +"";
mes "on a snack errand and it won't";
- if(Sex == 1) mes "take too long. Did you want him";
- else mes "take too long. Did you want her";
+ if (Sex == SEX_MALE)
+ mes "take too long. Did you want him";
+ else
+ mes "take too long. Did you want her";
mes "to bring you back anything?";
next;
cutin "mocseal_dan01.bmp",0;
@@ -4186,8 +4190,10 @@ que_job01,79,15,1 script R 4_M_MASKMAN,{
mes "[Lin]";
mes "Ah, this is "+ strcharinfo(0) +",";
mes "my partner for this assignment.";
- if(Sex == 1) mes "Don't worry, you can trust him.";
- else mes "Don't worry, you can trust her.";
+ if (Sex == SEX_MALE)
+ mes "Don't worry, you can trust him.";
+ else
+ mes "Don't worry, you can trust her.";
next;
mes "[R.]";
mes "Ah, I see. Please, for";