From 05a2538114972de94352e66586f6f2a5affea9c6 Mon Sep 17 00:00:00 2001 From: Emistry Date: Mon, 25 Jan 2016 23:00:26 +0800 Subject: Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriate --- npc/quests/newgears/2004_headgears.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/quests/newgears/2004_headgears.txt') 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!!"; -- cgit v1.2.3-60-g2f50