diff options
-rw-r--r-- | npc/042-1/door.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-1/door.txt b/npc/042-1/door.txt index 0bfec673c..68a8cef35 100644 --- a/npc/042-1/door.txt +++ b/npc/042-1/door.txt @@ -21,7 +21,7 @@ OnTouch: } } else { dispbottom l("This door is locked."); - doevent instance_npcname(.name$)+"::OnKillMob"; // Double-check + //doevent instance_npcname(.name$)+"::OnKillMob"; // Double-check } end; |