diff options
Diffstat (limited to 'npc/017-3')
-rw-r--r-- | npc/017-3/workers.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/017-3/workers.txt b/npc/017-3/workers.txt index 7a3046144..faf21899b 100644 --- a/npc/017-3/workers.txt +++ b/npc/017-3/workers.txt @@ -7,12 +7,14 @@ //010-2,23,70,0 script Josh NPC_TECH_EXPLORER,{ 017-3,23,70,0 script Jenny NPC_FEMALE_WORKER,{ + showavatar NPC_FEMALE_WORKER; mesn; mesq l("We're busy here, so please don't bother us."); close; } 017-3,39,75,0 script Zack NPC_TECH_EXPLORER,{ + showavatar NPC_TECH_EXPLORER; mesn; mesq l("Why are you here? This area is off-bounds!"); close; |