Skip to content

Commit

Permalink
Set default temperature of steam to 165c
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielv123 committed Apr 20, 2018
1 parent f255f09 commit 80a743a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ function HandleOutputTanks()
if fluidToInsert > 0 then
fluid.amount = fluid.amount + fluidToInsert
if fluid.name == "steam" then
fluid.temperature = 600
fluid.temperature = 165
end
else
else
local fluidToRequestAmount = missingFluid - fluidToInsert
AddItemToOutputList(fluid.name, fluidToRequestAmount)
end
Expand Down

0 comments on commit 80a743a

Please sign in to comment.