Update survival.js

This commit is contained in:
slweeb 2024-02-12 17:05:26 -05:00
parent f340b0bed9
commit c989118971
1 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,7 @@ function survivalResetCloner() {
survivalSave(); survivalSave();
} }
worldgentypes = {}
window.addEventListener("load",function(){ window.addEventListener("load",function(){
// move to start of tools // move to start of tools
var erase = document.getElementById("elementButton-erase"); var erase = document.getElementById("elementButton-erase");
@ -273,6 +274,7 @@ window.addEventListener("load",function(){
document.getElementById("elemSelectButton").remove(); document.getElementById("elemSelectButton").remove();
doRandomEvents = function() {} doRandomEvents = function() {}
worldGen = function() {} worldGen = function() {}
worldgentypes = {}
loadSave = function() {} loadSave = function() {}
showSaves = function() {} showSaves = function() {}
placeImage = function() {} placeImage = function() {}