Skip to content

Commit

Permalink
fa-info: announce when pipelines are overextended
Browse files Browse the repository at this point in the history
  • Loading branch information
ahicks92 committed Dec 10, 2024
1 parent 79c9d22 commit dde629b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/fa-info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ local function ent_info_important_statuses(ctx)
ctx.message:fragment({ "fa.ent-info-input-missing" })
elseif status == stat.full_output or status == stat.full_burnt_result_output then
ctx.message:fragment({ "fa.ent-info-output-full" })
elseif status == defines.entity_status.pipeline_overextended then
ctx.message:fragment({ "entity-status.pipeline-overextended" })
end
end
end
Expand Down

0 comments on commit dde629b

Please sign in to comment.