diff options
Diffstat (limited to 'npc/015-2/lordcave.txt')
-rw-r--r-- | npc/015-2/lordcave.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt index e0eddf7b1..590d57ef2 100644 --- a/npc/015-2/lordcave.txt +++ b/npc/015-2/lordcave.txt @@ -7,7 +7,7 @@ OnTouch: if (countitem(SilverKey) >= 1) goto L_Summon; - dispbottom l("This passage seems sealed. If I only had a @@...", getitemlink(SilverKey)); + dispbottom l("This passage seems sealed. If I only had the key..."); end; L_Summon: |