forked from Cavemanon/SnootGame
remove semicolons from python wtf
This commit is contained in:
@ -16,8 +16,8 @@
|
|||||||
init -1 python:
|
init -1 python:
|
||||||
# Modding Support variables
|
# Modding Support variables
|
||||||
# All mod rpy files must run a small init python script
|
# All mod rpy files must run a small init python script
|
||||||
mod_dir = "mods/";
|
mod_dir = "mods/"
|
||||||
mod_menu_access = [];
|
mod_menu_access = []
|
||||||
|
|
||||||
init python:
|
init python:
|
||||||
import random
|
import random
|
||||||
|
Reference in New Issue
Block a user