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