diff --git a/game/scripts/characters/luna/summon.rpy b/game/scripts/characters/luna/summon.rpy index 35b67ddc..65384442 100644 --- a/game/scripts/characters/luna/summon.rpy +++ b/game/scripts/characters/luna/summon.rpy @@ -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 diff --git a/game/scripts/events/DayNight.rpy b/game/scripts/events/DayNight.rpy index 38db7ad3..1126d453 100644 --- a/game/scripts/events/DayNight.rpy +++ b/game/scripts/events/DayNight.rpy @@ -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