/tg/ Station 13 - Modules - TypesVar Details - Proc Details

area_spawn_over

Spawns an atom on any turf that contains specific over atoms.

Vars

blacklisted_stationsMap blacklist, this is used to determine what maps we should not spawn on.
desired_atomThe atom type that we want to spawn
over_atomsThe list of atom types to spawn the desired atom over.
target_areasThe target area types for us to search for the over_atoms.

Procs

try_spawnSpawn 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.