diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 27a5f2700..ab7799b00 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -528,9 +528,7 @@ function script GuardsGratitude { break; } - // TODO: Maybe we should see the guard gender too, and if it's matching, pat. Otherwise, air kiss. - if (Sex == SEX_FEMALE) - { + if (Sex != getvariableofnpc(.sex, strnpcinfo(0))) { .@narrator_message$ = l("The Guard sends an air kiss to you."); } else { .@narrator_message$ = l("The Guard patted you on the back."); |