updated params
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local maxValue = 80
|
||||
local minValue = 50
|
||||
local minCoolant = 30
|
||||
local maxValue = 100
|
||||
local minValue = 20
|
||||
local minCoolant = 10
|
||||
|
||||
local function getValue()
|
||||
return (reactor.getCoolantFilledPercentage() or 1) * 100
|
||||
|
||||
Reference in New Issue
Block a user