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_alberta.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'npc/quests/quests_alberta.txt') diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt index 1c5e61ae4..3a9aa616b 100644 --- a/npc/quests/quests_alberta.txt +++ b/npc/quests/quests_alberta.txt @@ -52,7 +52,7 @@ alberta,117,135,0 script Elin 4W_KID,{ close; } mes "[Elin]"; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "Hello~!"; mes "Heh heh, you're a boy, so you probably don't like dolls, right? Well, I like dolls very very much!"; } else { @@ -72,7 +72,7 @@ alberta,117,135,0 script Elin 4W_KID,{ case 2: if (MaxWeight - Weight < 1000) { mes "[Elin]"; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "Maybe you should put some of your stuff away first, you look like you're carrying too much, hee hee~"; } else { mes "Do you always carry so much with you? Put some of your things away first, okay?"; @@ -80,7 +80,7 @@ alberta,117,135,0 script Elin 4W_KID,{ close; } mes "[Elin]"; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "Oh my goodness!"; mes "Really? You're"; mes "such a sweetie~!"; @@ -103,7 +103,7 @@ alberta,117,135,0 script Elin 4W_KID,{ mes "of Poring dolls..."; next; mes "[Elin]"; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "But since a cute boy is giving it to me, I'll happily take it! Hee hee, soft and fluffy Poring doll~"; } else { mes "But since a nice girl is giving it to me, I'll take it! Hee he, soft and fluffy Poring doll~"; @@ -114,7 +114,7 @@ alberta,117,135,0 script Elin 4W_KID,{ next; getitem Candy,1; mes "[Elin]"; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "I don't know if you're too old to like candy, but I guess it's okay."; } else { mes "So, try not to eat too much, okay? Otherwise, you might get in trouble!"; @@ -127,7 +127,7 @@ alberta,117,135,0 script Elin 4W_KID,{ close; } else { mes "[Elin]"; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "Aww...?"; mes "Were you only teasing me?"; } else { @@ -147,7 +147,7 @@ alberta,117,135,0 script Elin 4W_KID,{ mes "A Ch-Ch, Chonchon doll?!"; next; mes "[Elin]"; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "But since... You're... Such a nice guy... I better take it...!"; } else { mes "But since... Since it's a gift... I guess I'll take it..."; @@ -283,7 +283,7 @@ alberta,117,135,0 script Elin 4W_KID,{ getitem Fruit_Of_Mastela,2; mes "[Elin]"; mes "I found it when I secretly went to the forest. I took it because it has pretty colors!"; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "Since there's two, you can share it with your girlfriend. Hee hee~!"; } else { mes "Since there's two, you can share it with your boyfriend. Hee hee~!"; @@ -1024,7 +1024,7 @@ alberta_in,23,104,4 script Grandpa Turtle#tur 2_M_PHARMACIST,{ case 1: mes "[Grandpa Turtle]"; mes "Ha ha ha~!"; - if (Sex) + if (Sex == SEX_MALE) mes "I like the shine in your eye, my boy! I can see a little bit of myself in those eyes. Yes..."; else mes "No use hiding the glint in your eyes, my dear! It's adventure you wish for, that much I can tell..."; @@ -2423,7 +2423,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 4_M_KID1,{ mes "...Thank you for telling me..."; mes "They are great friends..."; next; - if (Sex == 0) { + if (Sex == SEX_FEMALE) { mes "[Iromo]"; mes "...And? ...What do you..."; mes "Want to say to me this time..."; @@ -2593,7 +2593,7 @@ alberta_in,131,95,5 script Iromo#ep3_2 4_M_KID1,{ mes "It is frustrating. But..."; mes "Why do you care about me so much?"; next; - if (Sex == 0) { + if (Sex == SEX_FEMALE) { mes "[Iromo]"; mes "Really, its not that bad..."; mes "I wish I could have a sister like you."; -- cgit v1.2.3-60-g2f50