diff options
Diffstat (limited to 'npc/016-1')
-rw-r--r-- | npc/016-1/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/016-1/doors.txt b/npc/016-1/doors.txt index 778c03377..42065a9bf 100644 --- a/npc/016-1/doors.txt +++ b/npc/016-1/doors.txt @@ -17,7 +17,7 @@ OnTouch: warp "003-1", 119, 25; close; } - mes col(l("Oh noes! The door is locked!! Quick! Call a GM!!!"), 1); + mesc l("Oh noes! The door is locked!! Quick! Call a GM!!!"), 1; close; } |