Flag unreachable code
This commit is contained in:
parent
60244e258a
commit
25820e002a
@ -95,6 +95,7 @@ label update_lun_tier:
|
||||
# T5 NOT AVAILABLE
|
||||
return
|
||||
|
||||
# unreachable
|
||||
# Requirement: Tier 4 - Blow me T4 E3
|
||||
$ lun_level_up = 4
|
||||
return
|
||||
|
@ -145,6 +145,7 @@ label day_start:
|
||||
# Start Quests
|
||||
jump quests
|
||||
|
||||
# unreachable
|
||||
$ renpy.choice_for_skipping()
|
||||
|
||||
call screen room_menu
|
||||
@ -239,6 +240,7 @@ label night_start:
|
||||
# Start Quests
|
||||
jump quests
|
||||
|
||||
# unreachable
|
||||
$ renpy.choice_for_skipping()
|
||||
|
||||
call screen room_menu
|
||||
|
Loading…
Reference in New Issue
Block a user