mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 03:22:41 +00:00
* Update flightsuit.dm * cheaper speed calculations and fixes inability to land * ... * . * ... * .. * Update flightpacks.dm * hmmm~ * parts_replacement * woops * number_tweaks
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
|
|
var/datum/subsystem/processing/flightpacks/SSflightpacks
|
|
/datum/subsystem/processing/flightpacks
|
|
name = "Flightpack Movement"
|
|
priority = 30
|
|
wait = 2
|
|
stat_tag = "FM"
|
|
flags = SS_NO_INIT|SS_TICKER|SS_KEEP_TIMING
|
|
|
|
/datum/subsystem/processing/flightpacks/New()
|
|
NEW_SS_GLOBAL(SSflightpacks)
|