From 045739de78a3bc45d4acb34e17c97a299c2c852a Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Tue, 11 Oct 2022 19:15:30 -0400 Subject: [PATCH] human also movable per previous commit --- mods/mobs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/mobs.js b/mods/mobs.js index ab1afaf9..f72ce74c 100644 --- a/mods/mobs.js +++ b/mods/mobs.js @@ -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';