Files
Bubberstation/code/modules/escape_menu/subsystem.dm
2023-01-26 00:25:16 -08:00

7 lines
181 B
Plaintext

/// Subsystem for controlling anything related to the escape menu
PROCESSING_SUBSYSTEM_DEF(escape_menu)
name = "Escape Menu"
flags = SS_NO_INIT
runlevels = ALL
wait = 2 SECONDS