From 042065be541f777b56dca4cd869d770055d45a90 Mon Sep 17 00:00:00 2001 From: Bowie Date: Thu, 14 Oct 2021 22:36:07 +0100 Subject: [PATCH] remove semicolons from python wtf --- game/script.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/script.rpy b/game/script.rpy index 62aa3f0..5c84140 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -16,8 +16,8 @@ init -1 python: # Modding Support variables # All mod rpy files must run a small init python script - mod_dir = "mods/"; - mod_menu_access = []; + mod_dir = "mods/" + mod_menu_access = [] init python: import random