summaryrefslogtreecommitdiff
path: root/npc/cities/louyang.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/cities/louyang.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/cities/louyang.txt')
-rw-r--r--npc/cities/louyang.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/louyang.txt b/npc/cities/louyang.txt
index 71a9d0e0e..dca5f0376 100644
--- a/npc/cities/louyang.txt
+++ b/npc/cities/louyang.txt
@@ -146,7 +146,7 @@ lou_fild01,190,100,7 script Girl#1lou 4_F_CHNDRESS1,{
mes "stay and enjoy the";
mes "the food and the sights!";
next;
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "[Girl]";
mes "And by sights...";
mes "I mean girls!";
@@ -162,7 +162,7 @@ lou_fild01,190,100,7 script Girl#1lou 4_F_CHNDRESS1,{
//== Generic Louyang NPCs ==================================
louyang,297,167,2 script Muscular Woman#lou 4_F_CHNDRESS1,{
- if (!Sex) {
+ if (Sex == SEX_FEMALE) {
mes "[Zhi Ching Li]";
mes "All the members of the Maiden Palace, including myself and our master, are all female.";
next;