Converts the footstep component into an element. (#60479)

This commit is contained in:
Ghom
2021-07-29 03:35:51 -07:00
committed by GitHub
parent e19ed46747
commit 25a1804e70
9 changed files with 163 additions and 154 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()