mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
* fixes lazy loading to not be lazy about initializing its children * Update tgstation.dme * Update lazy_template.dm --------- Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
3 lines
201 B
Plaintext
3 lines
201 B
Plaintext
/// Fired on the lazy template datum when the template is finished loading. (list/loaded_atom_movables, list/loaded_turfs, list/loaded_areas)
|
|
#define COMSIG_LAZY_TEMPLATE_LOADED "lazy_template_loaded"
|