Update survival.js
This commit is contained in:
parent
f340b0bed9
commit
c989118971
|
|
@ -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() {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue