mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 08:36:48 +01:00
15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
/datum/movespeed_modifier/forced_speedup
|
|
priority = MOVESPEED_PRIORITY_FORCED_SPEEDUP
|
|
|
|
/datum/movespeed_modifier/forced_speedup/shadein_jaunt
|
|
id = "forced-speedup-shadekin-jaunt"
|
|
mod_multiply_speed = 100
|
|
limit_tiles_per_second_max = 10
|
|
|
|
// vore demon [sic]
|
|
/datum/movespeed_modifier/forced_speedup/vore_demon_jaunt
|
|
id = "forced_speedup-the-big-bad-vore-monster"
|
|
mod_multiply_speed = 100
|
|
limit_tiles_per_second_max = 10
|
|
|