mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 19:57:07 +01:00
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
/*
|
|
* # INIT_ORDER_INTERACTIONS
|
|
* Used by the Interactions subsystems, used to set it's own position in the queue.
|
|
* This puts this last on priority, very far from other subsystems,
|
|
* if citadel ever manages to get this far, push it ever lower.
|
|
*/
|
|
#define INIT_ORDER_INTERACTIONS -150
|