Neural Networks upgrade does not affect energy consumption

Issue #164 resolved
Riikka Kalliomäki created an issue

The Neural Networks upgrade description reads “double energy consumption of factories”, but it doesn’t affect the energy costs at all, as the buildings.js only reads:

            if (game.workshop.get("neuralNetworks").researched){

            }

So it's missing the effects["energyConsumption"] *= 2; line.

Either the code should be changed to reflect the description or the description should be changed to reflect the code (and maybe remove the unnecessary if clause from the code itself?)

Comments (1)

  1. Log in to comment