Flag unreachable code

(cherry picked from commit 25820e002a)
This commit is contained in:
Gouvernathor 2024-04-01 22:11:08 +02:00 committed by LoafyLemon
parent ef97c273db
commit e04fd221dd
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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