diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-09 17:47:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-09 17:47:56 -0300 |
commit | b9d629943ba39eb3b5cf2cd014ca3f183e959cdc (patch) | |
tree | c8bfa0192a9efca7ff0b13ba69cab6599b99a353 /npc/003-1 | |
parent | cc012440422525ea6e86c58809dbed3e91aadfb2 (diff) | |
download | serverdata-b9d629943ba39eb3b5cf2cd014ca3f183e959cdc.tar.gz serverdata-b9d629943ba39eb3b5cf2cd014ca3f183e959cdc.tar.bz2 serverdata-b9d629943ba39eb3b5cf2cd014ca3f183e959cdc.tar.xz serverdata-b9d629943ba39eb3b5cf2cd014ca3f183e959cdc.zip |
Rewrite pat/kiss logic on Dausen
Diffstat (limited to 'npc/003-1')
-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."); |