Space Station 13 - Modules - TypesVar Details - Proc Details

open

Vars

dirt_buildup_allowedDirtyness system, cit specific. Does dirt buildup happen on us?
dirt_spawn_thresholdDirt level to spawn dirt. Null to use config.
dirtynessDirt level.
flammabilityHow much fuel this open turf provides to turf fires

Procs

Assimilate_AirAssimilate Air
assume_airGAS MIXTURE PROCS
replace_floorReplace an open turf with another open turf while avoiding the pitfall of replacing plating with a floor tile, leaving a hole underneath. This replaces the current turf if it is plating and is passed plating, is tile and is passed tile. It places the new turf on top of itself if it is plating and is passed a tile. It also replaces the turf if it is tile and is passed plating, essentially destroying the over turf. Flags argument is passed directly to ChangeTurf or PlaceOnTop
update_visualsGAS OVERLAYS

Var Details

dirt_buildup_allowed

Dirtyness system, cit specific. Does dirt buildup happen on us?

dirt_spawn_threshold

Dirt level to spawn dirt. Null to use config.

dirtyness

Dirt level.

flammability

How much fuel this open turf provides to turf fires

Proc Details

Assimilate_Air

Assimilate Air

assume_air

GAS MIXTURE PROCS

replace_floor

Replace an open turf with another open turf while avoiding the pitfall of replacing plating with a floor tile, leaving a hole underneath. This replaces the current turf if it is plating and is passed plating, is tile and is passed tile. It places the new turf on top of itself if it is plating and is passed a tile. It also replaces the turf if it is tile and is passed plating, essentially destroying the over turf. Flags argument is passed directly to ChangeTurf or PlaceOnTop

update_visuals

GAS OVERLAYS