human also movable per previous commit
This commit is contained in:
parent
b5b2c10e36
commit
045739de78
|
|
@ -475,6 +475,8 @@ if(enabledMods.includes(runAfterAutogenMod)) {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
elements.human.movable = true;
|
||||||
|
|
||||||
var style = document.createElement('style'); //Initialize CSS for zombie spawning's status indicator
|
var style = document.createElement('style'); //Initialize CSS for zombie spawning's status indicator
|
||||||
style.type = 'text/css';
|
style.type = 'text/css';
|
||||||
style.id = 'zombieStatusStylesheet';
|
style.id = 'zombieStatusStylesheet';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue