From 5126f0e3ae63f07874443233a274731a973b84fb Mon Sep 17 00:00:00 2001 From: Map Date: Wed, 2 Oct 2024 10:52:26 -0500 Subject: [PATCH] fix oversight of me being retarded and removing an import without testing --- game/script.rpy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/script.rpy b/game/script.rpy index e912a17..eba98e5 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -21,6 +21,9 @@ init -1 python: mod_menu_access = [] init python: + import webbrowser # This is for the ch2 "look the link up" choice + import random + # extra music channel so we can do crossfade instead of fadeout followed by fadein renpy.music.register_channel("music1","music",True,tight=True) renpy.music.register_channel("music2","music",True,tight=True)