move stuff

This commit is contained in:
kevinz000
2020-01-10 07:27:44 -08:00
parent bb95b2a870
commit 46451e23ea
11 changed files with 240 additions and 231 deletions
@@ -0,0 +1,9 @@
/datum/movespeed_modifier/reagent/stimulants
id = "stimulants_reagent"
multiplicative_slowdown = -1
blacklisted_movetypes = (FLYING|FLOATING)
/datum/movespeed_modifier/reagent/ephedrine
id = "ephedrine_reagent"
multiplicative_slowdown = -0.5
blacklisted_movetypes = (FLYING|FLOATING)