mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Initialize Safety Cleanup (#23274)
* Better `in world` Initialization handling Remove spawn_atom_to_world and SSobj.atom_spawners Roll SSobj/setup_template_objects and SSobj/Initialize into new generic proc * >BYOND * >var names * Defines * Actually remove the spawn_atom_to_world definition * A note on NOT CALLING THE BASE * Remove set waitfor = 0 * My comments are cool * In order to prevent just that...
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
atmos_machines += A
|
||||
continue
|
||||
|
||||
SSobj.setup_template_objects(atoms)
|
||||
SSobj.InitializeAtoms(atoms)
|
||||
SSmachine.setup_template_powernets(cables)
|
||||
SSair.setup_template_machinery(atmos_machines)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user