mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +00:00
## 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>
16 lines
406 B
Plaintext
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
|