Merge pull request #13949 from Citadel-Station-13/silicons-patch-60

clamps cyborg sprint to 10 tiles/second and fixes them going methspeed
This commit is contained in:
Putnam3145
2021-01-09 22:16:14 -08:00
committed by GitHub
+2
View File
@@ -141,6 +141,8 @@
var/mob/living/L = target
if(!(L.mobility_flags & MOBILITY_STAND))
return
if(iscyborg(target))
return max(1, existing - 1)
var/static/datum/config_entry/number/movedelay/sprint_max_tiles_increase/SMTI
if(!SMTI)
SMTI = CONFIG_GET_ENTRY(number/movedelay/sprint_max_tiles_increase)