diff options
Diffstat (limited to 'npc/cities/aldebaran.txt')
-rw-r--r-- | npc/cities/aldebaran.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/aldebaran.txt b/npc/cities/aldebaran.txt index d7b97ba25..7cd989574 100644 --- a/npc/cities/aldebaran.txt +++ b/npc/cities/aldebaran.txt @@ -693,7 +693,7 @@ aldeba_in,156,179,4 script Master#alde 1_M_PUBMASTER,{ mes "Who's your"; mes "favorite Kafra girl?"; next; - if (Sex == 0) { + if (Sex == SEX_FEMALE) { mes "[Master]"; mes "Oh, and don't worry. I know that girls have some kind of opinion about how pretty other girls are."; next; |