diff options
-rw-r--r-- | npc/042-10/ctrl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index dc249b518..944bdd85c 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -34,7 +34,8 @@ OnTouch: end; L_NoAccess: - dispbottom l("This door is locked, if we only had a %s...", getitemlink(KamelotKey)); + dispbottom l("A powerful door is sealed shut. It has no keyhole, but I'm sure it can be opened somewhere else on these caves."); + //dispbottom l("This door is locked, if we only had a %s...", getitemlink(KamelotKey)); end; } |