diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 01:40:56 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 01:40:56 +0000 |
commit | 175d674267356b7d6a915a9912698a9c922f2b17 (patch) | |
tree | 37d9df9e95889f58f822faf13d9a7e65b83c5523 /npc/013-3_Cave/barrier.txt | |
parent | f8b3d027949a6349b7aee531c0b93459f9937ba4 (diff) | |
download | serverdata-175d674267356b7d6a915a9912698a9c922f2b17.tar.gz serverdata-175d674267356b7d6a915a9912698a9c922f2b17.tar.bz2 serverdata-175d674267356b7d6a915a9912698a9c922f2b17.tar.xz serverdata-175d674267356b7d6a915a9912698a9c922f2b17.zip |
Add demon mask quest, remove some old files, etc
Diffstat (limited to 'npc/013-3_Cave/barrier.txt')
-rw-r--r-- | npc/013-3_Cave/barrier.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/013-3_Cave/barrier.txt b/npc/013-3_Cave/barrier.txt index 635ab234..90d10ce5 100644 --- a/npc/013-3_Cave/barrier.txt +++ b/npc/013-3_Cave/barrier.txt @@ -5,9 +5,9 @@ if (QUEST_demon_mines == 1 && countitem(1198) >= 1) goto L_Has_Jack_O_Soul; - mes "The barrier around the opening pushes you bach as you approach."; + mes "A barrier around the opening pushes you back as you approach."; - warp "013-3.gat", 71, 38; + warp "013-3.gat", 71, 25; close; L_Has_Jack_O_Soul: |