From c50eb0ce32b9afcd95e73bbb6fd1972d04fab6d0 Mon Sep 17 00:00:00 2001 From: Iggy Date: Thu, 8 Aug 2024 19:51:58 -0300 Subject: [PATCH] Replace get_ending label usage in credits.rpy --- game/src/credits.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/src/credits.rpy b/game/src/credits.rpy index c1a1825..ab68d72 100644 --- a/game/src/credits.rpy +++ b/game/src/credits.rpy @@ -241,8 +241,7 @@ image d_credits_text = Composite( label lending: - call get_ending from _call_get_ending_4 - $ cached_ending = _return + $ cached_ending = get_ending() if cached_ending == 4: pause 0.5 show snootgame_big with dissolve: # Renpy not allowing you to grab images from the gui folder is serious bullshit