fixed integrity % and changed to actual burn rate on main screen

This commit is contained in:
Mikayla Fischler
2022-09-12 16:01:18 -04:00
parent 70d9da847e
commit 265368f9b2
3 changed files with 3 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ local function new_view(root, x, y, data, ps)
ps.subscribe("computed_status", status.update)
ps.subscribe("temp", core_temp.update)
ps.subscribe("burn_rate", burn_r.update)
ps.subscribe("act_burn_rate", burn_r.update)
ps.subscribe("heating_rate", heating_r.update)
local reactor_fills = Rectangle{parent=root,border=border(1, colors.gray, true),width=24,height=7,x=(x + 29),y=y}