Files
Bubberstation/code/modules/escape_menu/subsystem.dm
lessthanthree 12d989be4c [MANUAL MIRROR] Adds an Escape Menu (#19217)
* Adds an Escape Menu (#72906)

* suicide

---------

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
2023-02-08 02:20:09 +00: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