mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 11:42:27 +00:00
* Drugs of the 26th century. Three new hella rad drugs, one less lame drug and more! * Update traits.dm * Update maint_loot_trash.dm Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
19 lines
517 B
Plaintext
19 lines
517 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)
|
|
|