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