mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Makes legion cores ignore all slowdown/speedups
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user