diff options
Diffstat (limited to 'npc/008-1')
-rw-r--r-- | npc/008-1/confused-tree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/008-1/confused-tree.txt b/npc/008-1/confused-tree.txt index 2d5a53631..202fb53ca 100644 --- a/npc/008-1/confused-tree.txt +++ b/npc/008-1/confused-tree.txt @@ -303,7 +303,7 @@ } function seen_me { - if (playerattached() > 0) + if (playerattached() > 0 && htexists(.seen_ht)) { htput(.seen_ht, strcharinfo(PC_NAME), gettimetick(2)); } |