diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 01:20:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 01:20:07 -0300 |
commit | 1a8b0f53ddf66500a99256120ed18d0c8323c97a (patch) | |
tree | 5b02a7ddb32535481b6d81a227aaacc80a55de38 /npc/015-2/lordcave.txt | |
parent | 621928ab0bda9ad291f653d42023fbf73d423098 (diff) | |
download | serverdata-1a8b0f53ddf66500a99256120ed18d0c8323c97a.tar.gz serverdata-1a8b0f53ddf66500a99256120ed18d0c8323c97a.tar.bz2 serverdata-1a8b0f53ddf66500a99256120ed18d0c8323c97a.tar.xz serverdata-1a8b0f53ddf66500a99256120ed18d0c8323c97a.zip |
I thought I had filled the coordinates...
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: |