you must also roll..... (#57340)

Minebots treads now make noise as they move!
This commit is contained in:
tralezab
2021-03-03 01:33:47 -08:00
committed by GitHub
parent bc846e23d1
commit f5f15df94a
+3
View File
@@ -43,6 +43,9 @@
/mob/living/simple_animal/hostile/mining_drone/Initialize()
. = ..()
AddComponent(/datum/component/footstep, FOOTSTEP_OBJ_ROBOT, 1, -6, vary = TRUE)
stored_gun = new(src)
var/datum/action/innate/minedrone/toggle_light/toggle_light_action = new()
toggle_light_action.Grant(src)