mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
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