mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 18:12:00 +00:00
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
/datum/movespeed_modifier/jetpack
|
|
conflicts_with = MOVE_CONFLICT_JETPACK
|
|
movetypes = FLOATING
|
|
|
|
/datum/movespeed_modifier/jetpack/cybernetic
|
|
multiplicative_slowdown = -0.5
|
|
|
|
/datum/movespeed_modifier/jetpack/fullspeed
|
|
multiplicative_slowdown = -0.5
|
|
|
|
/datum/movespeed_modifier/die_of_fate
|
|
multiplicative_slowdown = 1
|