Movespeed modifiers refactor port.

This commit is contained in:
Ghommie
2020-04-22 22:01:39 +02:00
parent 6467cc9647
commit 63870cc9d1
48 changed files with 696 additions and 383 deletions
@@ -0,0 +1,14 @@
/datum/movespeed_modifier/reagent
blacklisted_movetypes = (FLYING|FLOATING)
/datum/movespeed_modifier/reagent/stimulants
multiplicative_slowdown = -0.5
/datum/movespeed_modifier/reagent/changelinghaste
multiplicative_slowdown = -2
/datum/movespeed_modifier/reagent/skooma
multiplicative_slowdown = -1
/datum/movespeed_modifier/reagent/nitryl
multiplicative_slowdown = -1