diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-01 07:04:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-01 07:04:57 -0300 |
commit | 014e9235bc05e62f96b0e791164af1a254d2aaa0 (patch) | |
tree | cf4481cf2a1a37c0d65918fe96d8ace115c200d6 /npc | |
parent | f41c1f0c52644c7b896158d4b5fab432b1c8c67d (diff) | |
download | serverdata-014e9235bc05e62f96b0e791164af1a254d2aaa0.tar.gz serverdata-014e9235bc05e62f96b0e791164af1a254d2aaa0.tar.bz2 serverdata-014e9235bc05e62f96b0e791164af1a254d2aaa0.tar.xz serverdata-014e9235bc05e62f96b0e791164af1a254d2aaa0.zip |
Inform players about the gates.
Now, the catalazuri.
Diffstat (limited to 'npc')
-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; } |