summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/008-1/confused-tree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/008-1/confused-tree.txt b/npc/008-1/confused-tree.txt
index 2d5a5363..202fb53c 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));
}