better message

This commit is contained in:
Baipyrus 2023-10-31 14:24:32 +01:00
parent 4e3c9d9402
commit 67cbc103c8

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, p_raw, true), system.width)
message_aligned(buffer, 'Producing:', format_energy(options, p_raw, true), system.width)
-- format and align reactor internal battery
message(buffer, '\n')