diff options
Diffstat (limited to 'npc/008-1/doors.txt')
-rw-r--r-- | npc/008-1/doors.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/008-1/doors.txt b/npc/008-1/doors.txt deleted file mode 100644 index de8ed1d8..00000000 --- a/npc/008-1/doors.txt +++ /dev/null @@ -1,6 +0,0 @@ -008-1,104,27,0 script CottageDoor NPC_WARP,0,0,{ - end; - -OnTouch: - dispbottom(l("Locked.")); -} |