diff options
author | Emistry <Equinox1991@gmail.com> | 2016-01-25 23:00:26 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-29 01:52:22 +0100 |
commit | 05a2538114972de94352e66586f6f2a5affea9c6 (patch) | |
tree | f39d3e659d9b3801cc42a7b14e41aeec16c93ddf /npc/cities/amatsu.txt | |
parent | 75ba7024fe3b68718d0f0a289a68ea0719054d3b (diff) | |
download | hercules-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/amatsu.txt')
-rw-r--r-- | npc/cities/amatsu.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/amatsu.txt b/npc/cities/amatsu.txt index 0335e33c9..fd3e66629 100644 --- a/npc/cities/amatsu.txt +++ b/npc/cities/amatsu.txt @@ -411,7 +411,7 @@ amatsu,243,202,3 script Drama Teacher#ama 4_F_JPNOBA2,{ mes "Also, this town is the origin of"; mes "legendary play, 'White Dryad.' "; next; - if (Sex) { + if (Sex == SEX_MALE) { mes "[Garakame sensei]"; mes "If you know a girl who is"; mes "talented in acting, please"; @@ -559,7 +559,7 @@ amatsu,262,197,1 script Legendary Tree HIDDEN_NPC,{ mes "Nymph of cherry tree... What would"; mes "be her position in the play?^000000"; next; - if (Sex) { + if (Sex == SEX_MALE) { mes "^3355FFI would like to find"; mes "a person who is talented"; mes "in acting and help her until"; |