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/quests_nameless.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/quests/quests_nameless.txt') diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt index 2bd49ecfe..dc7a40bf3 100644 --- a/npc/quests/quests_nameless.txt +++ b/npc/quests/quests_nameless.txt @@ -3598,7 +3598,7 @@ alberta,127,143,3 script Belder 4_M_03,{ next; switch(select("I'll promote your loans!", "Uh...")) { case 1: - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "[Belder]"; mes "You? But you're a dude!"; mes "No sweaty, stinky, sleazy"; @@ -3992,7 +3992,7 @@ cmd_fild01,55,160,0 script Heap of Earth CLEAR_NPC,{ close; } case 2: - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "[Dorian]"; mes "Ah, my apologies."; mes "Too many have asked, so"; @@ -5248,7 +5248,7 @@ alberta,102,80,3 script Jhonnita 4_M_04,{ mes "I doubt you can afford them."; mes "Jewels aren't cheap, you know?"; next; - if (Sex) { + if (Sex == SEX_MALE) { mes "[Jhonnita]"; mes "Oh, I get it now. You want"; mes "to give one as a present to"; @@ -5844,7 +5844,7 @@ payon_in03,167,149,3 script Wola 1_F_ORIENT_01,2,2,{ next; switch(select("Will you go out with me?", "Leblo's back medicine?")) { case 1: - if (Sex) { + if (Sex == SEX_MALE) { mes "[Wola]"; mes "^666666*Blush*^000000 But it's too"; mes "early for us to just go"; @@ -5933,7 +5933,7 @@ payon_in03,167,149,3 script Wola 1_F_ORIENT_01,2,2,{ next; switch(select("Will you go out with me?", "Leblo's back medicine?")) { case 1: - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "^666666*Blush*^000000 But it's too"; mes "early for us to just go"; mes "on a date. I'm sorry, it's..."; @@ -6949,7 +6949,7 @@ in_rogue,359,116,3 script Marybell 4_F_ROGUE,{ mes "Can't tell what"; mes "you're saying exactly."; next; - if (Sex) { + if (Sex == SEX_MALE) { mes "[Marybell]"; mes "If this is some kind"; mes "of weird come-on, you'd"; -- cgit v1.2.3-70-g09d2