Space Station 13 - Modules - TypesProc Details

pipeline

Procs

addMachineryMemberFor a machine to properly "connect" to a pipeline and share gases, the pipeline needs to acknowledge a gas mixture as its member. This is currently handled by the other_airs list in the pipeline datum.

Proc Details

addMachineryMember

For a machine to properly "connect" to a pipeline and share gases, the pipeline needs to acknowledge a gas mixture as its member. This is currently handled by the other_airs list in the pipeline datum.

Other_airs itself is populated by gas mixtures through the parents list that each machineries have.
This parents list is populated when a machinery calls update_parents and is then added into the queue by the controller.