From f0892157aba628fed79aa56e524e4995931581d4 Mon Sep 17 00:00:00 2001 From: Map Date: Sat, 5 Oct 2024 08:06:13 -0500 Subject: [PATCH] Remove redundant mod var setup --- game/script.rpy | 6 ------ 1 file changed, 6 deletions(-) diff --git a/game/script.rpy b/game/script.rpy index f02b0e5..0b4391e 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -14,12 +14,6 @@ #Why yes all my code was formerly in one massive file called "script" thats 28k lines long, how could you tell? #Licensed under the GNU AGPL v3, for more information check snootgame.xyz or the LICENSE file that should have came with this work. -init -1 python: - # Modding Support variables - # All mod rpy files must run a small init python script - mod_dir = "mods/" - mod_menu_access = [] - init python: import webbrowser # This is for the ch2 "look the link up" choice import random