From ae344ad7db709d2795232b64cacc5115a9ba9981 Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 24 Mar 2012 03:31:54 +0100 Subject: Add a missing "." at the doors script. --- npc/000-2-0/doors.txt | 2 +- npc/000-2-2/doors.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index 79b89be0..d23e47aa 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -9,7 +9,7 @@ OnTouch: - mesq l("This door seems locked"); + mesq l("This door seems locked."); close; } diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt index 84cb32f8..cc6c5eb0 100644 --- a/npc/000-2-2/doors.txt +++ b/npc/000-2-2/doors.txt @@ -29,7 +29,7 @@ l_Warp: 000-2-2.gat,24,31,0,1 script AreaNPC 0,0,0,{ OnTouch: - mesq l("This door seems locked"); + mesq l("This door seems locked."); close; } -- cgit v1.2.3-70-g09d2