diff options
Diffstat (limited to 'npc/warps/dungeons')
-rw-r--r-- | npc/warps/dungeons/ant_hell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/warps/dungeons/ant_hell.txt b/npc/warps/dungeons/ant_hell.txt index f32615499..4d4d48bbf 100644 --- a/npc/warps/dungeons/ant_hell.txt +++ b/npc/warps/dungeons/ant_hell.txt @@ -19,7 +19,7 @@ anthell01.gat,35,267,0 script ant001 45,1,1,{ moc15: warp "moc_fild15.gat",251,248; break; } anthell02.gat,171,169,0 script ant001 45,1,2,{ - if(!anthell==0) goto moc15; + if(anthell==0) goto moc15; moc04: warp "moc_fild04.gat",213,327; break; moc15: warp "moc_fild15.gat",251,248; break; } |