Files
Bubberstation/code/modules
oranges f9e6e2bca7 Add subsystem for safely spawning atoms at roundstart
This system is called just before initialize and does not use a world
loop, so it is safe to spawn and create new atoms.

Any atom can inherit this behaviour by overriding the
spawn_atom_to_world proc and spawning atoms there at roundstart

Make sure you register the atom in question to the list of spawner atoms
by doing SSobj.atom_spawners += src, and then remove when you are done
spawning objects
2016-03-19 22:41:38 +00:00
..
2016-03-12 23:57:45 +00:00
2016-03-04 02:35:51 +03:00
2016-03-14 15:24:57 -05:00
2016-03-17 10:43:11 -07:00
2016-03-12 23:57:45 +00:00
2016-03-11 09:52:20 +03:00
Fix
2016-03-16 17:36:23 -05:00