Makes legion cores ignore all slowdown/speedups

This commit is contained in:
joep van der velden
2020-10-04 20:54:21 +02:00
parent 8baf054e81
commit ac8eef37f1
3 changed files with 5 additions and 2 deletions
@@ -222,6 +222,8 @@
/datum/species/proc/movement_delay(mob/living/carbon/human/H)
. = 0 //We start at 0.
if(H.status_flags & IGNORE_SPEED_CHANGES)
return .
if(has_gravity(H))
if(H.status_flags & GOTTAGOFAST)