Polymer Factory Fix

If you liked this item, please rate it up on Steam Workshop page.

Author: Kyun

Last revision: 18 Apr, 2018 at 14:14 UTC

File size: 1.02 KB

On Steam Workshop

Description:

Fix for the polymer factory not being affected by workers performance and always producing 3 polymers / shift.

Only works for new buildings, so dismantle your polymer plants and rebuild them.

It only adds the missing function

function PolymerPlant.OnCalcProduction_Polymers(producer, amount_to_produce) return MulDivRound(producer.parent.performance, amount_to_produce, 100) end