From e4d7b18bf24b2a2fa06ab53f52155e3781b92117 Mon Sep 17 00:00:00 2001 From: Iggy Date: Sat, 17 Aug 2024 12:07:11 -0300 Subject: [PATCH] Chapter 8 choices formatting --- game/script/8.anon-and-fang-study-together.rpy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/game/script/8.anon-and-fang-study-together.rpy b/game/script/8.anon-and-fang-study-together.rpy index 030dbcf..95695f0 100644 --- a/game/script/8.anon-and-fang-study-together.rpy +++ b/game/script/8.anon-and-fang-study-together.rpy @@ -622,8 +622,10 @@ label chapter_8: pause .5 python: - choices = [(_('Play The Guitar'), 'lLetFangPlayGuit'), - (_('Get to Studying'), 'lGetStartedOnStudy')] + choices = [ + (_('Play The Guitar'), 'lLetFangPlayGuit'), + (_('Get to Studying'), 'lGetStartedOnStudy')] + renpy.jump(renpy.display_menu(randomize_choices(choices)))