ryanjjung / satisfactor-py

A Python utility for planning factories in the video game Satisfactory
GNU General Public License v3.0
0 stars 0 forks source link

Add some missing buildings #57

Closed ryanjjung closed 3 months ago

ryanjjung commented 3 months ago

These buildings were missing because they don't process anything. However, users may want to track their presence and cost in the tool, so we will allow them to be built and have no function.

For this reason, a NonProcessingBuilding has been added as a base type to be a Building that doesn't do anything. The Pipeline Pump has been implemented as a Conveyance so that it can be built in-line with pipelines.