diff options
Diffstat (limited to 'world/map/npc/annuals/xmas/barriers.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/barriers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/annuals/xmas/barriers.txt b/world/map/npc/annuals/xmas/barriers.txt index 7db8a472..07bff6f7 100644 --- a/world/map/npc/annuals/xmas/barriers.txt +++ b/world/map/npc/annuals/xmas/barriers.txt @@ -82,6 +82,7 @@ L_NotActive: L_XmasMain: mes "You notice a small creak in the wall, what do you want to do?"; next; + goto L_EnterDialogue; L_EnterDialogue: menu @@ -119,7 +120,6 @@ L_QueryWarp: menu "Yes", L_Warp, "No", L_Close; - goto L_Close; L_Warp: warp "030-2.gat",47,44; |