summaryrefslogtreecommitdiff
path: root/npc/quests/newgears
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/newgears
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/newgears')
-rw-r--r--npc/quests/newgears/2004_headgears.txt10
-rw-r--r--npc/quests/newgears/2005_headgears.txt2
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/newgears/2004_headgears.txt b/npc/quests/newgears/2004_headgears.txt
index a16309740..7a3757619 100644
--- a/npc/quests/newgears/2004_headgears.txt
+++ b/npc/quests/newgears/2004_headgears.txt
@@ -138,7 +138,7 @@ geffen,129,148,3 script Argen#1 4_M_YOYOROGUE,{
mes "Impress the ladies...?";
next;
emotion e_gasp;
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "[Argen]";
mes "Yeah dude. There are two things chicks dig. Small, adorable presents. And suave dudes.";
next;
@@ -446,7 +446,7 @@ prontera,165,232,3 script Nephia#1 4_F_ALCHE,{
mes "[Nephia]";
mes "Ooh~! You know what would make your hair so much cuter? I think if you tied it back with a big, red ribbon, you would look sooo ^FF66CCadorable^000000!";
next;
- if (Sex) {
+ if (Sex == SEX_MALE) {
if (select("Um, lady, I'm a dude.", "^FF66CCOoh~! You're right!^000000") == 1) {
mes "["+ strcharinfo(0) +"]";
mes "Woman, can't you that I'm a man?";
@@ -1016,7 +1016,7 @@ xmas,183,267,3 script Pretty Lindsay#1 4_F_NFLOSTGIRL,{
mes "I made this hat with all my heart, so you gotta promise me you will take care of this, okay?";
close;
}
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
mes "[Pretty Lindsay]";
mes "Hello, there?";
mes "Mister...?";
@@ -1136,7 +1136,7 @@ xmas,175,156,3 script Fuzzy Fuzz#1 4_M_05,{
mes "My specialty is the 'Teddybear Hat.' When it's worn, it makes you as cute as a teddy bear, and your hugs twice as warm and cuddly.";
next;
mes "[Fuzzy Fuzz]";
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "The 'Teddybear Hat' can't be worn by just anyone, since it's cuddling powers are easily abused.";
next;
mes "[Fuzzy Fuzz]";
@@ -3300,7 +3300,7 @@ OnTouch:
next;
mes "[Orc Warrior]";
mes "You are now...";
- if (Sex)
+ if (Sex == SEX_MALE)
mes "an Orc Warrior!!";
else
mes "an Orc Lady!!";
diff --git a/npc/quests/newgears/2005_headgears.txt b/npc/quests/newgears/2005_headgears.txt
index 63283f33a..065e1f300 100644
--- a/npc/quests/newgears/2005_headgears.txt
+++ b/npc/quests/newgears/2005_headgears.txt
@@ -768,7 +768,7 @@ lighthalzen,143,68,0 script Strange Guy#LhzHat 1_M_01,{
lighthalzen,360,313,3 script Kid#LhzHat 4_M_KID1,{
mes "[Kid]";
- if(Sex)
+ if (Sex == SEX_MALE)
mes "Hello, mister!";
else
mes "Hello, ma'am!";