update technic

This commit is contained in:
Vanessa Ezekowitz 2017-02-26 15:16:59 -05:00
parent 98f0dd7dd0
commit b86bcff7b7

View File

@ -47,7 +47,7 @@ local run = function(pos, node)
end
end
eu_supply = 50 * water_flow
eu_supply = math.min(50 * water_flow, max_output)
production_level = math.floor(100 * eu_supply / max_output)
if production_level > 0 then