[MIRROR] Converts the footstep component into an element. (#7229)

* Converts the footstep component into an element.

* Update human.dm

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-08-03 20:16:35 +01:00
committed by GitHub
co-authored by Ghom Gandalf
parent 02568202cf
commit 54f003621b
9 changed files with 163 additions and 155 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
/mob/living/simple_animal/hostile/mining_drone/Initialize()
. = ..()
AddComponent(/datum/component/footstep, FOOTSTEP_OBJ_ROBOT, 1, -6, vary = TRUE)
AddElement(/datum/element/footstep, FOOTSTEP_OBJ_ROBOT, 1, -6, vary = TRUE)
stored_gun = new(src)
var/datum/action/innate/minedrone/toggle_light/toggle_light_action = new()