Files
vgstation13/code/controllers/subsystem/init/assets.dm
ShiftyRail b71b7b6d06 Back to the drawing board (#37538)
* Revert "May fix the login failure issue on 516 (#37537)"

This reverts commit 6071b0a21e.

* Revert "516 compatibility PR 2: the revenge of Node.js (#37501)"

This reverts commit 875eca8b71.
2025-05-06 04:52:45 -05:00

17 lines
279 B
Plaintext

var/datum/subsystem/assets/SSassets
/datum/subsystem/assets
name = "Asset Cache"
init_order = SS_INIT_ASSETS
flags = SS_NO_FIRE
/datum/subsystem/assets/New()
NEW_SS_GLOBAL(SSassets)
/datum/subsystem/assets/Initialize(timeofday)
populate_asset_cache()
..()