diff options
Diffstat (limited to 'npc/013-3_Cave/barrier.txt')
-rw-r--r-- | npc/013-3_Cave/barrier.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/013-3_Cave/barrier.txt b/npc/013-3_Cave/barrier.txt index 07f7a12b..635ab234 100644 --- a/npc/013-3_Cave/barrier.txt +++ b/npc/013-3_Cave/barrier.txt @@ -1,14 +1,14 @@ // -013-3.gat,71,21 script #DemonMineBarrier1 127,1,1,{ - if (QUEST_demon_mines >= 2) quit; +013-3.gat,71,21,0 script #DemonMineBarrier1 127,1,1,{ + if (QUEST_demon_mines >= 2) close; 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."; warp "013-3.gat", 71, 38; - quit; + close; L_Has_Jack_O_Soul: mes "The barrier around the opening allows you passage."; |