diff options
Diffstat (limited to 'npc/quests/obb_quest.txt')
-rw-r--r-- | npc/quests/obb_quest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/obb_quest.txt b/npc/quests/obb_quest.txt index e4115a574..9ce1bacf9 100644 --- a/npc/quests/obb_quest.txt +++ b/npc/quests/obb_quest.txt @@ -757,7 +757,7 @@ moc_ruins,105,62,4 script Jacob#thai 1_M_04,{ mes "to lie to nowadays...^000000"; next; mes "[Tommy]"; - if (Sex) + if (Sex == SEX_MALE) mes "So, mister, do you think my Daddy can catch a Munak with this?"; else mes "So, lady, do you think my Daddy can catch a Munak with this?"; @@ -774,7 +774,7 @@ moc_ruins,105,62,4 script Jacob#thai 1_M_04,{ close; case 2: mes "[Tommy]"; - if (Sex) + if (Sex == SEX_MALE) mes "So tell me, mister. Did he lie to me, then?"; else mes "So tell me, lady. Did he lie to me, then?"; @@ -973,7 +973,7 @@ moc_ruins,105,62,4 script Jacob#thai 1_M_04,{ mes "to behave in front of other people?!"; next; mes "[Jacob]"; - if (Sex) + if (Sex == SEX_MALE) mes "Say you're sorry to him!"; else mes "Say you're sorry to her!"; |