area_spawn_over ![modular_bandastation/automapper/code/area_spawn_subsystem.dm 338](git.png)
Spawns an atom on any turf that contains specific over atoms.
Vars | |
blacklisted_stations | Map blacklist, this is used to determine what maps we should not spawn on. |
---|---|
desired_atom | The atom type that we want to spawn |
over_atoms | The list of atom types to spawn the desired atom over. |
target_areas | The target area types for us to search for the over_atoms. |
Procs | |
try_spawn | Spawn the atoms. |
Var Details
blacklisted_stations ![modular_bandastation/automapper/code/area_spawn_subsystem.dm 346](git.png)
Map blacklist, this is used to determine what maps we should not spawn on.
desired_atom ![modular_bandastation/automapper/code/area_spawn_subsystem.dm 340](git.png)
The atom type that we want to spawn
over_atoms ![modular_bandastation/automapper/code/area_spawn_subsystem.dm 344](git.png)
The list of atom types to spawn the desired atom over.
target_areas ![modular_bandastation/automapper/code/area_spawn_subsystem.dm 342](git.png)
The target area types for us to search for the over_atoms.
Proc Details
try_spawn
Spawn the atoms.