diff options
-rw-r--r-- | npc/000-2-0/doors.txt | 2 | ||||
-rw-r--r-- | npc/000-2-2/doors.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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; } |