Update robot_movement.dm

This commit is contained in:
kevinz000
2019-10-21 14:38:38 -07:00
committed by GitHub
parent c0d4d32dee
commit 1d649c27de
@@ -11,6 +11,7 @@
. = ..()
if(!resting && !sprinting)
. += 1
. += speed
/mob/living/silicon/robot/proc/togglesprint(shutdown = FALSE) //Basically a copypaste of the proc from /mob/living/carbon/human
if(!shutdown && (!cell || cell.charge < 25))