mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Chapter 8 choices formatting
This commit is contained in:
parent
14b7d1a6ea
commit
e4d7b18bf2
1 changed files with 4 additions and 2 deletions
|
@ -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)))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue