Pulsar4xDevs / Pulsar4x

A Fan work recreation of Aurora4x in C#
Other
159 stars 67 forks source link

Production jobs that repeat only need the inputs the first time the job is run #356

Closed behindcurtain3 closed 1 year ago

behindcurtain3 commented 1 year ago

They should need and consume the required resources each time the job repeats.

I believe the ResourcesRequiredRemaining are zero-ing out the first time through the job and not being reset for the subsequent runs.