mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-29 02:51:41 +00:00
16 lines
405 B
Plaintext
16 lines
405 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/species
|
|
movetypes = ~FLYING
|
|
variable = TRUE
|
|
|
|
/datum/movespeed_modifier/dna_vault_speedup
|
|
blacklisted_movetypes = (FLYING|FLOATING)
|
|
multiplicative_slowdown = -0.4
|