Files
Bubberstation/code/modules/movespeed/modifiers/innate.dm
ChungusGamer666 57ad2d8a8e SPECIES NUKING 2023: Moves speed modifier to bodyparts (#76336)
## About The Pull Request

As we all know, speed is stored in the legs.

## Why It's Good For The Game

Potential for more medical abominations.
Potential for adding augmented legs that make you speedier (?)

## Changelog

🆑
refactor: Species speed is now stored in bodyparts. Leg transplants from
slower species will make you slower.
/🆑

---------

Co-authored-by: san7890 <the@san7890.com>
Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
2023-06-29 17:41:10 +02:00

16 lines
406 B
Plaintext

/datum/movespeed_modifier/strained_muscles
multiplicative_slowdown = -0.55
blacklisted_movetypes = (FLYING|FLOATING)
/datum/movespeed_modifier/pai_spacewalk
multiplicative_slowdown = 2
flags = IGNORE_NOSLOW
/datum/movespeed_modifier/bodypart
movetypes = ~FLYING
variable = TRUE
/datum/movespeed_modifier/dna_vault_speedup
blacklisted_movetypes = (FLYING|FLOATING)
multiplicative_slowdown = -0.4