summaryrefslogtreecommitdiff
path: root/npc/cities/lighthalzen.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/lighthalzen.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/lighthalzen.txt')
-rw-r--r--npc/cities/lighthalzen.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt
index b4e265be1..6ba3babbd 100644
--- a/npc/cities/lighthalzen.txt
+++ b/npc/cities/lighthalzen.txt
@@ -891,7 +891,7 @@ lhz_in02,283,276,4 script Customer#amano12 4_F_CHNDRESS1,{
mes "to ask me out or something?";
next;
mes "[Sei]";
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
mes "Well, if he does,";
mes "shouldn't he have";
mes "more guts? Or are ";
@@ -1567,7 +1567,7 @@ lhz_in03,192,19,3 script Haggar#zen1 4_M_EINMAN,{
lhz_in03,193,25,2 script Bartender#12 1_M_PUBMASTER,{
mes "[Tony]";
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "Hey man, I know this";
}
else {
@@ -2978,7 +2978,7 @@ lhz_in01,139,48,7 script Leimi#mimir 1_F_MERCHANT_01,{
mes "Um, may I help you?";
emotion e_omg;
if (BaseJob == Job_Assassin) {
- if (Sex) {
+ if (Sex == SEX_MALE) {
next;
mes "[Leimi]";
mes "Oh, you're an Assassin!";
@@ -3001,7 +3001,7 @@ lhz_in01,139,48,7 script Leimi#mimir 1_F_MERCHANT_01,{
lhz_in01,138,47,0 script #mimir_camera FAKE_NPC,2,2,{
OnTouch:
if (BaseJob == Job_Assassin) {
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "^3355FF*Click*^000000";
next;
mes "["+strcharinfo(0)+"]";