summaryrefslogtreecommitdiff
path: root/npc/quests/quests_nameless.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_nameless.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_nameless.txt')
-rw-r--r--npc/quests/quests_nameless.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt
index 2bd49ecfe..dc7a40bf3 100644
--- a/npc/quests/quests_nameless.txt
+++ b/npc/quests/quests_nameless.txt
@@ -3598,7 +3598,7 @@ alberta,127,143,3 script Belder 4_M_03,{
next;
switch(select("I'll promote your loans!", "Uh...")) {
case 1:
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
mes "[Belder]";
mes "You? But you're a dude!";
mes "No sweaty, stinky, sleazy";
@@ -3992,7 +3992,7 @@ cmd_fild01,55,160,0 script Heap of Earth CLEAR_NPC,{
close;
}
case 2:
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
mes "[Dorian]";
mes "Ah, my apologies.";
mes "Too many have asked, so";
@@ -5248,7 +5248,7 @@ alberta,102,80,3 script Jhonnita 4_M_04,{
mes "I doubt you can afford them.";
mes "Jewels aren't cheap, you know?";
next;
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "[Jhonnita]";
mes "Oh, I get it now. You want";
mes "to give one as a present to";
@@ -5844,7 +5844,7 @@ payon_in03,167,149,3 script Wola 1_F_ORIENT_01,2,2,{
next;
switch(select("Will you go out with me?", "Leblo's back medicine?")) {
case 1:
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "[Wola]";
mes "^666666*Blush*^000000 But it's too";
mes "early for us to just go";
@@ -5933,7 +5933,7 @@ payon_in03,167,149,3 script Wola 1_F_ORIENT_01,2,2,{
next;
switch(select("Will you go out with me?", "Leblo's back medicine?")) {
case 1:
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
mes "^666666*Blush*^000000 But it's too";
mes "early for us to just go";
mes "on a date. I'm sorry, it's...";
@@ -6949,7 +6949,7 @@ in_rogue,359,116,3 script Marybell 4_F_ROGUE,{
mes "Can't tell what";
mes "you're saying exactly.";
next;
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "[Marybell]";
mes "If this is some kind";
mes "of weird come-on, you'd";