No adrenals for borgs please

This commit is contained in:
BlackMajor
2019-11-19 22:13:22 +13:00
parent 6cdb54bef1
commit 1b1ed21f42
3 changed files with 6 additions and 2 deletions
@@ -14,7 +14,7 @@
. += 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))
if(!shutdown && !cansprint && (!cell || cell.charge < 25))
return FALSE
sprinting = shutdown ? FALSE : !sprinting
if(!resting && canmove)