mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 18:11:16 +00:00
* ayylmao * MEKHI JUST GOT A SUBSYSTEM * .. * ... * airlock_bullshit * ... * stuff * kek * fuq * fuck... * GAHH * finalcommitifucking swear ree * update * ... * honk * honk * proc * update * fixed
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
|
|
var/datum/subsystem/processing/flightpacks/SSflightpacks
|
|
/datum/subsystem/processing/flightpacks
|
|
name = "Flightpack Movement"
|
|
priority = 5
|
|
wait = 2
|
|
stat_tag = "FM"
|
|
flags = SS_NO_INIT|SS_FIRE_IN_LOBBY|SS_KEEP_TIMING
|
|
|
|
/datum/subsystem/processing/flightpacks/New()
|
|
NEW_SS_GLOBAL(SSflightpacks)
|