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