chapter_11A broke for some reason so let's fix that
This commit is contained in:
@ -5467,8 +5467,10 @@ label chapter_11:
|
|||||||
"{cps=*.1}...{/cps}"
|
"{cps=*.1}...{/cps}"
|
||||||
|
|
||||||
call get_ending from _call_get_ending_3
|
call get_ending from _call_get_ending_3
|
||||||
if _return != ENDING_SHOOTER:
|
if _return == ENDING_SHOOTER:
|
||||||
# duplicated segment from 11B, 11C and 11D transplanted here
|
jump chapter_11A
|
||||||
|
|
||||||
|
# the following segment makes sense in the context of 11B+11C+11D
|
||||||
window hide
|
window hide
|
||||||
window auto
|
window auto
|
||||||
pause .5
|
pause .5
|
||||||
|
Reference in New Issue
Block a user