mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
* better * what the fuck * Revert "what the fuck" This reverts commit 384d5b33aacaf9c67be2c8c089979b9ee6b41074. * chrwedrhbedrhbnedrh * it works ? ? ? * shutte * prefs * i think i did it right * kk
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
var/datum/subsystem/parallax/SSparallax
|
|
|
|
/datum/subsystem/parallax
|
|
name = "Space Parallax"
|
|
init_order = 18
|
|
flags = SS_NO_FIRE
|
|
|
|
/datum/subsystem/parallax/New()
|
|
NEW_SS_GLOBAL(SSparallax)
|
|
|
|
/datum/subsystem/parallax/Initialize()
|
|
create_global_parallax_icons()
|