human also movable per previous commit

This commit is contained in:
O-01-67 2022-10-11 19:15:30 -04:00 committed by GitHub
parent b5b2c10e36
commit 045739de78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
style.type = 'text/css';
style.id = 'zombieStatusStylesheet';