open ![code/game/turfs/open.dm 1](git.png)
Vars | |
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 |
Procs | |
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 |
Var Details
dirt_buildup_allowed ![code/game/turfs/open.dm 17](git.png)
Dirtyness system, cit specific. Does dirt buildup happen on us?
dirt_spawn_threshold ![code/game/turfs/open.dm 21](git.png)
Dirt level to spawn dirt. Null to use config.
dirtyness ![code/game/turfs/open.dm 19](git.png)
Dirt level.
flammability ![code/game/turfs/open.dm 24](git.png)
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