mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-28 02:21:53 +00:00
18 lines
516 B
Plaintext
18 lines
516 B
Plaintext
/datum/movespeed_modifier/status_effect/bloodchill
|
|
multiplicative_slowdown = 3
|
|
|
|
/datum/movespeed_modifier/status_effect/bonechill
|
|
multiplicative_slowdown = 3
|
|
|
|
/datum/movespeed_modifier/status_effect/lightpink
|
|
multiplicative_slowdown = -0.5
|
|
blacklisted_movetypes = (FLYING|FLOATING)
|
|
|
|
/datum/movespeed_modifier/status_effect/tarfoot
|
|
multiplicative_slowdown = 0.5
|
|
blacklisted_movetypes = (FLYING|FLOATING)
|
|
|
|
/datum/movespeed_modifier/status_effect/sepia
|
|
variable = TRUE
|
|
blacklisted_movetypes = (FLYING|FLOATING)
|