summaryrefslogtreecommitdiff
path: root/npc/pre-re/jobs/1-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/pre-re/jobs/1-1')
-rw-r--r--npc/pre-re/jobs/1-1/mage.txt4
-rw-r--r--npc/pre-re/jobs/1-1/thief.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/pre-re/jobs/1-1/mage.txt b/npc/pre-re/jobs/1-1/mage.txt
index 86ce6daaa..4d41a22fd 100644
--- a/npc/pre-re/jobs/1-1/mage.txt
+++ b/npc/pre-re/jobs/1-1/mage.txt
@@ -100,7 +100,7 @@ geffen_in,164,124,4 script Mage Guildsman 2_F_MAGICMASTER,{
}
if (job_magician_q == 0) {
mes "Wanna be a Mage, eh...?";
- if (Sex)
+ if (Sex == SEX_MALE)
mes "Hey, look at you! You're kinda cute~! Not my type though...";
else {
mes "Oooh, you're such a hot babe~!";
@@ -245,7 +245,7 @@ geffen_in,164,124,4 script Mage Guildsman 2_F_MAGICMASTER,{
case 2:
mes "[Mage Guildsman]";
mes "Wanna be a Mage, eh?";
- if (Sex)
+ if (Sex == SEX_MALE)
mes "For a cutie like you, I'd be happy to explain the requirements!";
else
mes "I'd be happy to explain the requirements for a pretty girl like you!";
diff --git a/npc/pre-re/jobs/1-1/thief.txt b/npc/pre-re/jobs/1-1/thief.txt
index 8bed74c11..c36c0eeda 100644
--- a/npc/pre-re/jobs/1-1/thief.txt
+++ b/npc/pre-re/jobs/1-1/thief.txt
@@ -66,7 +66,7 @@ moc_prydb1,39,129,2 script Thief Guide 1_F_04,{
}
else {
mes "[Thief Guide]";
- if (Sex)
+ if (Sex == SEX_MALE)
mes "Hey, dude.";
else
mes "Hey, baby~";
@@ -75,7 +75,7 @@ moc_prydb1,39,129,2 script Thief Guide 1_F_04,{
}
else {
mes "[Thief Guide]";
- if (Sex)
+ if (Sex == SEX_MALE)
mes "Hey, dude.";
else
mes "Hey, baby.";