Skip to content

Commit

Permalink
eoh
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jun 2, 2024
1 parent 0be6ef5 commit 5cdbdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EOH/v2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ end

local hydrogenAmount = tonumber(args[1])
local nitrogenAmount = tonumber(args[2])
local transferAmount = 0.25 -- G
local transferAmount = 1 -- G
--local transferAmount = tonumber(args[3])
local eohRuntime = tonumber(args[3])
colorPrint(GREEN, "参数: 氢气数量 = " .. tostring(hydrogenAmount) .. " G")
Expand Down

0 comments on commit 5cdbdb9

Please sign in to comment.