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:
Cyberboss
2017-02-01 15:48:17 +13:00
committed by oranges
parent 1cca4cb56e
commit a4d5579f79
6 changed files with 47 additions and 54 deletions
+1 -1
View File
@@ -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)