mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
move stuff
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/datum/movespeed_modifier/shrink_ray
|
||||
id = MOVESPEED_ID_SHRINK_RAY
|
||||
movetypes = GROUND
|
||||
multiplicative_slowdown = 4
|
||||
|
||||
/datum/movespeed_modifier/snail_crawl
|
||||
id = MOVESPEED_ID_SNAIL_CRAWL
|
||||
multiplicative_slowdown = -7
|
||||
movetypes = GROUND
|
||||
@@ -0,0 +1,4 @@
|
||||
/datum/movespeed_modifier/strained_muscles
|
||||
id = MOVESPEED_ID_CHANGELING_MUSCLES
|
||||
multiplicative_slowdown = -1
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
@@ -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)
|
||||
@@ -0,0 +1,7 @@
|
||||
/datum/movespeed_modifier/bloodchill
|
||||
id = "bloodchilled"
|
||||
multiplicative_slowdown = 3
|
||||
|
||||
/datum/movespeed_modifier/bonechill
|
||||
id = "bonechilled"
|
||||
multiplicative_slowdown = 3
|
||||
Reference in New Issue
Block a user