From e04fd221ddb1458f7077242ecfa94d50f3c5248e Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:11:08 +0200 Subject: [PATCH] Flag unreachable code (cherry picked from commit 25820e002a1c09a46ebdf24e72946794989a801a) --- game/scripts/characters/luna/summon.rpy | 1 + game/scripts/events/DayNight.rpy | 2 ++ 2 files changed, 3 insertions(+) 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