diff options
Diffstat (limited to 'world/map/npc/051-3/reinforcements.txt')
-rw-r--r-- | world/map/npc/051-3/reinforcements.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/world/map/npc/051-3/reinforcements.txt b/world/map/npc/051-3/reinforcements.txt index 09ec6cf6..75bc1f19 100644 --- a/world/map/npc/051-3/reinforcements.txt +++ b/world/map/npc/051-3/reinforcements.txt @@ -21,8 +21,7 @@ L_ShouldNotBeHere: mes "Try open the door?"; menu "Yes", L_TryOpen, - "Do nothing", -; - close; + "Do nothing", L_Close; L_ShouldNotBeHere: percentheal -100, 0; @@ -32,7 +31,6 @@ L_TryOpen: if ($@illia_level_2_progress < 4) goto L_KeyNotFound; goto L_Warp; - end; L_KeyNotFound: mes "You do not see a way to open this door."; @@ -82,5 +80,6 @@ L_OpenDoor: OnKeyFound: message strcharinfo(0), "One of the defeated bandit lords had a door key attached to his belt."; end; - +L_Close: + close; } |