Files
Letter NandGitHub c93e2c7679 tracy (proper this time) and debugger (#7496)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
port genisis proc from tg, also tracy & debugger is boxed in their own
datums.
also explode world.dm
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

merg
https://github.com/Citadel-Station-13/Citadel-Station-13-RP/pull/7495
and
https://github.com/Citadel-Station-13/Citadel-Station-13-RP/pull/7497
before this one
2026-02-11 12:26:19 -05:00

20 lines
477 B
Plaintext

SUBSYSTEM_DEF(early_init)
name = "Early Init"
init_order = INIT_ORDER_EARLY_INIT
init_stage = INIT_STAGE_EARLY
subsystem_flags = SS_NO_FIRE
/datum/controller/subsystem/early_init/Initialize()
if (!GLOB.catalogue_data)
GLOB.catalogue_data = new
if (!ntnet_global)
ntnet_global = new // temporary house
ntnet_global.initialize_ntnet()
CHECK_TICK
init_bitfield_meta()
init_emote_meta()
init_crayon_decal_meta()
init_inventory_slot_meta()
return SS_INIT_SUCCESS