diff options
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: |