diff options
Diffstat (limited to 'npc/021-4/doors.txt')
-rw-r--r-- | npc/021-4/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-4/doors.txt b/npc/021-4/doors.txt index c97aec317..1d84e72d5 100644 --- a/npc/021-4/doors.txt +++ b/npc/021-4/doors.txt @@ -8,7 +8,7 @@ if ($@CINDY_STATE % 2 == 1 && $@CINDY_STATE < 150000) goto L_Blocked; if ($@CINDY_STATE > 150000) goto L_Check; L_Warp: - warp "021-3", 24, 123; + warp "021-3", 24, 122; end; L_Blocked: |