Say a mod adds a bridge terrain def that requires a research project to build it. When one goes to build a structure where a bridge would be needed, this mod's FindBridgeFor method will not account for whether that research project has actually been completed.
As a result, if a colony has the resources for that type of bridge, but does not have the research completed, that bridge could still be picked to be placed under the structure, and could then be built, despite not having the research.
Say a mod adds a bridge terrain def that requires a research project to build it. When one goes to build a structure where a bridge would be needed, this mod's
FindBridgeFormethod will not account for whether that research project has actually been completed.As a result, if a colony has the resources for that type of bridge, but does not have the research completed, that bridge could still be picked to be placed under the structure, and could then be built, despite not having the research.