summaryrefslogtreecommitdiff
path: root/world/map/npc/031-1/house.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/031-1/house.txt')
-rw-r--r--world/map/npc/031-1/house.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/world/map/npc/031-1/house.txt b/world/map/npc/031-1/house.txt
index 9913bdec..aa0d4067 100644
--- a/world/map/npc/031-1/house.txt
+++ b/world/map/npc/031-1/house.txt
@@ -7,12 +7,13 @@
set @Q_Nivalis_state_SHIFT, NIBBLE_5_SHIFT;
set @rescue_Cindy, ((QUEST_Nivalis_state & @Q_Nivalis_state_MASK) >> @Q_Nivalis_state_SHIFT);
-
- if (@rescue_Cindy > 2) goto L_Warp;
- message strcharinfo(0), "The door is locked.";
+
+ if (@rescue_Cindy > 2)
+ goto L_Warp;
+ message strcharinfo(0), "The door is locked.";
close;
-
-L_Warp:
+
+L_Warp:
warp "031-2.gat", 23, 28;
end;
}