more fallback
This commit is contained in:
parent
0a98292ad8
commit
af8710b166
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue