summaryrefslogtreecommitdiff
path: root/npc/015-2/lordcave.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-2/lordcave.txt')
-rw-r--r--npc/015-2/lordcave.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt
index 34d70c4c4..5e403db98 100644
--- a/npc/015-2/lordcave.txt
+++ b/npc/015-2/lordcave.txt
@@ -2,12 +2,11 @@
// Author:
// Jesusalva
-015-2,94,255,0 script #BanditLordDen NPC_HIDDEN,0,0,{
+015-2,94,225,0 script #BanditLordDen NPC_HIDDEN,0,0,{
end;
OnTouch:
if (countitem(SilverKey) >= 1) goto L_Summon;
- // Doesn't works for some reason:
dispbottom l("This passage seems sealed. If I only had a @@...", getitemlink(SilverKey));
end;