mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-19 19:18:50 +01:00
* Remove adrenal implant and associated reagent (#56649) * Remove adrenal implant and associated reagent Co-authored-by: skoglol <33292112+kriskog@users.noreply.github.com>
36 lines
932 B
Plaintext
36 lines
932 B
Plaintext
/datum/movespeed_modifier/reagent
|
|
blacklisted_movetypes = (FLYING|FLOATING)
|
|
|
|
/datum/movespeed_modifier/reagent/stimulants
|
|
multiplicative_slowdown = -0.55
|
|
|
|
/datum/movespeed_modifier/reagent/ephedrine
|
|
multiplicative_slowdown = -0.5
|
|
|
|
/datum/movespeed_modifier/reagent/pepperspray
|
|
multiplicative_slowdown = 0.25
|
|
|
|
/datum/movespeed_modifier/reagent/monkey_energy
|
|
multiplicative_slowdown = -0.35
|
|
|
|
/datum/movespeed_modifier/reagent/changelinghaste
|
|
multiplicative_slowdown = -0.8
|
|
|
|
/datum/movespeed_modifier/reagent/methamphetamine
|
|
multiplicative_slowdown = -0.65
|
|
|
|
/datum/movespeed_modifier/reagent/nitryl
|
|
multiplicative_slowdown = -0.65
|
|
|
|
/datum/movespeed_modifier/reagent/freon
|
|
multiplicative_slowdown = 1.6
|
|
|
|
/datum/movespeed_modifier/reagent/halon
|
|
multiplicative_slowdown = 1.8
|
|
|
|
/datum/movespeed_modifier/reagent/lenturi
|
|
multiplicative_slowdown = 1.5
|
|
|
|
/datum/movespeed_modifier/reagent/nuka_cola
|
|
multiplicative_slowdown = -0.35
|