Skip to content

Commit

Permalink
Restore the "kept suspended" color
Browse files Browse the repository at this point in the history
  • Loading branch information
plule committed Sep 25, 2023
1 parent 0ed4052 commit eab1120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unsuspend.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function SuspendOverlay:render_marker(dc, bld, screen_pos)
if buildingplan and buildingplan.isPlannedBuilding(bld) then
color, ch, texpos = COLOR_GREEN, 'P', tp(4)
elseif suspendmanager and suspendmanager.isKeptSuspended(job) then
color, ch, texpos = COLOR_WHITE, 'x', tp(1)
color, ch, texpos = COLOR_WHITE, 'x', tp(3)
elseif data.suspend_count > 1 then
color, ch, texpos = COLOR_RED, 'X', tp(1)
end
Expand Down

0 comments on commit eab1120

Please sign in to comment.