summaryrefslogtreecommitdiff
path: root/npc/042-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-01 07:04:57 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-01 07:04:57 -0300
commit014e9235bc05e62f96b0e791164af1a254d2aaa0 (patch)
treecf4481cf2a1a37c0d65918fe96d8ace115c200d6 /npc/042-10
parentf41c1f0c52644c7b896158d4b5fab432b1c8c67d (diff)
downloadserverdata-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/042-10')
-rw-r--r--npc/042-10/ctrl.txt3
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;
}