area_spawn_over 
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 
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.
Proc Details
try_spawn
Spawn the atoms.