Skip to content

Commit

Permalink
Update script.rpy
Browse files Browse the repository at this point in the history
  • Loading branch information
MCDFsteve authored Nov 16, 2023
1 parent ed728f4 commit fe4d8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ label start3:
except Exception as e:
renpy.jump("error")
voice(audio_tts)
e(part_nihon)
e(part)
conversation_log.append("Amadeus:『"+part+"\n")
persistent.gpt_log = conversation_log
renpy.pause(0.3)
Expand Down

0 comments on commit fe4d8cf

Please sign in to comment.