From 9c9034116fab44475c9bad57b727a374fbd01ebf Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 13 Apr 2013 10:16:10 -0700 Subject: Refactor torches to avoid a bug and make more consistent and obvious Also avoid some silliness with rand() --- world/map/npc/009-4/orum_warps.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/009-4/orum_warps.txt') diff --git a/world/map/npc/009-4/orum_warps.txt b/world/map/npc/009-4/orum_warps.txt index be8ae0e7..858e0ea0 100644 --- a/world/map/npc/009-4/orum_warps.txt +++ b/world/map/npc/009-4/orum_warps.txt @@ -1,4 +1,4 @@ -009-3.gat,162,113,0|script|#OrumQuestEnter|0,0,0,{ +009-3.gat,162,113,0|script|#OrumQuestEnter|45,0,0,{ if (OrumQuest >= 12) goto L_Second_Entrance; warp "009-4.gat", 37, 113; close; @@ -7,7 +7,7 @@ L_Second_Entrance: warp "009-4.gat", 72, 126; close; } -009-4.gat,36,26,0|script|#LairExit|0,0,0,{ +009-4.gat,36,26,0|script|#LairExit|45,0,0,{ if (OrumQuest >= 12) goto L_Second_Entrance; warp "009-4.gat", 37, 122; close; @@ -17,7 +17,7 @@ L_Second_Entrance: close; } -009-4.gat,51,47,0|script|#CavernEnter|0,0,0,{ +009-4.gat,51,47,0|script|#CavernEnter|45,0,0,{ if (OrumQuest >= 14) goto L_Second_Cavern; if (OrumQuest < 12) goto L_See_Orum; warp "009-4.gat", 103, 23; -- cgit v1.2.3-60-g2f50