mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
move some stuff add some stuff yadda yadda
This commit is contained in:
@@ -7,3 +7,18 @@
|
||||
id = "ephedrine_reagent"
|
||||
multiplicative_slowdown = -0.5
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
|
||||
/datum/movespeed_modifier/reagent/pepperspray
|
||||
id = MOVESPEED_ID_PEPPER_SPRAY
|
||||
multiplicative_slowdown = 0.25
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
|
||||
/datum/movespeed_modifier/reagent/badstims
|
||||
id = "reagent_badstims"
|
||||
multiplicative_slowdown = -0.35
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
|
||||
/datum/movespeed_modifier/reagent/monkey_energy
|
||||
id = "reagent_monkey_energy"
|
||||
multiplicative_slowdown = -0.35
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
|
||||
Reference in New Issue
Block a user