diff options
Diffstat (limited to 'npc/quests/quests_comodo.txt')
-rw-r--r-- | npc/quests/quests_comodo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt index 32f0af151..6551920ae 100644 --- a/npc/quests/quests_comodo.txt +++ b/npc/quests/quests_comodo.txt @@ -51,7 +51,7 @@ // Cross Hat, Bulb Hairband, Striped Hairband, Blue Hairband comodo,228,159,3 script Hair Ornament Girl 8_F_GIRL,{ mes "[Hair Ornament Girl]"; - if (Sex == 1) { + if (Sex == SEX_MALE) { mes "Oh, hello!"; mes "Would you like to order a hairband? They're great presents to give to your girlfriend, and show that you're thinking of her."; } @@ -1593,7 +1593,7 @@ comodo,187,153,4 script Hullaris#cmd 4_F_GODEMOM,{ mes "Love together~"; mes "Love! Love!"; mes "Love togeth-hm?"; - if (Sex) { + if (Sex == SEX_MALE) { mes "Boy, you're ruining"; mes "my groove! Now beat it!"; } |