summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons/lhalzen_dun.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/warps/dungeons/lhalzen_dun.txt')
-rw-r--r--npc/warps/dungeons/lhalzen_dun.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/warps/dungeons/lhalzen_dun.txt b/npc/warps/dungeons/lhalzen_dun.txt
index 5b9854252..53be444c4 100644
--- a/npc/warps/dungeons/lhalzen_dun.txt
+++ b/npc/warps/dungeons/lhalzen_dun.txt
@@ -22,6 +22,7 @@
//= 1.6a Disabled the "Entrance" to lhz_dun01 [Poki#3]
//= 1.6b Updated Sewer Pipe [Vicious]
//= 1.7 Fixed a warp-back
+//= 1.8 Some small changes [MasterOfMuppets]
//============================================================
lhz_dun03.gat,140,139,0 warp lhz003 1,1,lhz_dun02.gat,150,145
@@ -33,7 +34,7 @@ lhz_dun02.gat,148,18,0 warp lhz006 1,1,lhz_dun01.gat,146,10
lhz_dun01.gat,148,10,0 warp lhz006a 1,1,lhz_dun02.gat,150,18
//current entrance
-lhz_dun01.gat,150,290,0 warp lhz007 1,1,lighthalzen.gat,73,54
+lhz_dun01.gat,150,290,0 warp lhz007 1,1,lhz_in01.gat,23,137
//lighthalzen.gat,73,52,0 warp lhz007a 1,1,lhz_dun01.gat,150,288
//This should be only an Exit. This warp doesn't exist on kRO.
@@ -41,8 +42,7 @@ lhz_dun01.gat,150,290,0 warp lhz007 1,1,lighthalzen.gat,73,54
lighthalzen.gat,313,301,0 script Sewer Pipe 111,{
mes "You see some pipes for a sewage system.";
- if(countitem(2657) == 0 && hzdun == 1)goto s_Find;
- if(countitem(2657) != 0)goto s_Find;
+ if(hzdun == 1)goto s_Find;
close;
s_Find:
mes "You found the way into the lab.";