Update mobs.dm

This commit is contained in:
silicons
2021-01-05 17:47:05 -07:00
committed by GitHub
parent da358fa60a
commit 2ad58a7a9d
+1 -1
View File
@@ -142,7 +142,7 @@
if(!(L.mobility_flags & MOBILITY_STAND))
return
if(iscyborg(target))
return max(1, existing + 1)
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)