more fallback

This commit is contained in:
Laetitia (O-01-67) 2022-12-21 10:52:44 -05:00 committed by GitHub
parent 0a98292ad8
commit af8710b166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ var runAfterAutogenMod = "mods/runAfterAutogen and onload restructure.js";
var libraryMod = "mods/code_library.js";
if(enabledMods.includes(runAfterAutogenMod) && enabledMods.includes(libraryMod)) {
spoutChoices = ["spout", "udder", "torch"];
//Generate spouts
if(urlParams.get('generateSpouts') !== null) { //if the variable exists at all
generateSpouts = true