summaryrefslogtreecommitdiff
path: root/npc/quests/quests_gonryun.txt
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/quests_gonryun.txt
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/quests_gonryun.txt')
-rw-r--r--npc/quests/quests_gonryun.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_gonryun.txt b/npc/quests/quests_gonryun.txt
index a2ae3160f..5180b868b 100644
--- a/npc/quests/quests_gonryun.txt
+++ b/npc/quests/quests_gonryun.txt
@@ -2090,7 +2090,7 @@ gon_in,18,27,5 script Madam#gnbs 4_F_TWGRANDMOM,{
mes "Hello, darling~";
close;
}
- if (Sex == 0) {
+ if (Sex == SEX_FEMALE) {
mes "[Shang Hua Yen]";
mes "Hoho~ he's upstairs.";
mes "My, are you such a pretty lady~";
@@ -3044,7 +3044,7 @@ geffen_in,106,106,7 script Girl#gnbs2 4_M_KID2,{
else if (b_sword == 24 || b_sword == 25 || b_sword == 26) {
mes "[Lyroo]";
mes "Ahh...ahh....";
- if (Sex == 0)
+ if (Sex == SEX_FEMALE)
mes "It's ..you.. pretty...sister..";
else
mes "It's ..you.. handsome...brother..";
@@ -3092,7 +3092,7 @@ geffen_in,106,106,7 script Girl#gnbs2 4_M_KID2,{
else if (b_sword == 27) {
mes "[Lyroo]";
mes "uh...umm?";
- if (Sex == 0)
+ if (Sex == SEX_FEMALE)
mes "Ah....It's you, pretty sister...";
else
mes "Ah....It's you, handsome brother...";
@@ -3122,7 +3122,7 @@ geffen_in,106,106,7 script Girl#gnbs2 4_M_KID2,{
}
mes "[Lyroo]";
mes "Heehehe...";
- if (Sex == 0)
+ if (Sex == SEX_FEMALE)
mes "Thank you my pretty sister.";
else
mes "Thank you handsome brother~";