This commit is contained in:
2025-06-14 15:23:31 -04:00
parent 495de6bf3e
commit d1c5074c37
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ end
local function report()
local color = color()
monitor.setBackgroundColor(color)
value = getValue()
monitor.clearLine()
monitor.write("Turbine Steam Filled: " .. getValue() .. "%")
monitor.write("Turbine Steam Filled: " .. value .. "%")
end
return { report = report, watch = watch }