This commit is contained in:
Baipyrus 2023-10-31 14:23:15 +01:00
parent 0890625503
commit 4e3c9d9402

View File

@ -34,7 +34,7 @@ function generate_message(buffer)
-- format and align reactor status and production
message_aligned(buffer, 'Status...:', a_raw and 'ACTIVE' or 'OFFLINE', system.width)
message_aligned(buffer, 'Stored...:', format_energy(options, s_raw, true), system.width)
message_aligned(buffer, 'Stored...:', format_energy(options, p_raw, true), system.width)
-- format and align reactor internal battery
message(buffer, '\n')