mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Remove redundant mod var setup
This commit is contained in:
parent
dabac1f5f0
commit
f0892157ab
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue