Skip to content

Commit 7f3b485

Browse files
committed
add PutItemOnDisplay jobs to default prioritiy list
1 parent 9c80843 commit 7f3b485

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Template for new versions:
5757
- `gui/quantum`: add option for whether a minecart automatically gets ordered and/or attached
5858
- `gui/quantum`: when attaching a minecart, show which minecart was attached
5959
- `gui/quantum`: allow multiple feeder stockpiles to be linked to the minecart route
60+
- `prioritize`: add PutItemOnDisplay jobs to the default prioritization list -- when these kinds of jobs are requested by the player, they generally want them done ASAP
6061

6162
## Removed
6263

prioritize.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ local DEFAULT_JOB_TYPES = {
2727
-- get tasks done quickly that might block the player from getting on to
2828
-- the next thing they want to do
2929
'BringItemToDepot', 'DestroyBuilding', 'DumpItem', 'FellTree',
30-
'RemoveConstruction', 'PullLever', 'FillPond'
30+
'RemoveConstruction', 'PullLever', 'FillPond', 'PutItemOnDisplay',
3131
}
3232

3333
-- set of job types that we are watching. maps job_type (as a number) to

0 commit comments

Comments
 (0)