diff options
Diffstat (limited to 'npc/cities/prontera.txt')
-rw-r--r-- | npc/cities/prontera.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/prontera.txt b/npc/cities/prontera.txt index 4c1ce01dc..9c0fb6af5 100644 --- a/npc/cities/prontera.txt +++ b/npc/cities/prontera.txt @@ -487,7 +487,7 @@ prt_in,177,18,2 script Marvin#pront 1_F_PUBGIRL,{ mes "Whether it's schmoozing with a member of the opposite sex, or battling monsters, I gotta say, it's all about ^333399skills^000000."; next; mes "[Marvin]"; - if (Sex) + if (Sex == SEX_MALE) mes "I can't help you much when it comes to the subject of talking to attractive women such as myself, but I can tell you a little more about skills that help in battle."; else mes "I don't really have any advice for skills when it comes to talking to a cute guy, but I can let you in on what I know about skills that help in battle."; |