You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So now if ore processor tech is not researched then gal_on['ore_processor'] is undefined, causing the production delta to be NaN even if the base is nicely printed
To solve, either set gal_on['ore_processor'] to 0 by default again or null coalesce gal_on['ore_processor'] when calculating production
(From discord @ iregon)
gal_on['ore_processor']
to determine how much to increase armed miner production by: https://github.com/pmotschmann/Evolve/blob/master/src/main.js#L6498gal_on['ore_processor']
to 0 if it was not definedSo now if ore processor tech is not researched then gal_on['ore_processor'] is undefined, causing the production delta to be NaN even if the base is nicely printed
To solve, either set gal_on['ore_processor'] to 0 by default again or null coalesce gal_on['ore_processor'] when calculating production
Save file:
evolve-2024-12-06-23-34.txt
The text was updated successfully, but these errors were encountered: