File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Template for new versions:
37
37
- `item`: don't match uncollected spider webs when you search for "silk"
38
38
- `assign-profile`: fix handling of unit option for setting target unit id
39
39
- `gui/gm-unit`: correctly display skill levels above Legendary+5
40
+ - `quickfort`: fix merge logic for disjoint stockpiles that are given the same label
40
41
41
42
## Misc Improvements
42
43
- `gui/unit-info-viewer`: now displays a unit's weight, relative to either dwarves, elephants or cats
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ local function custom_stockpile(_, keys)
169
169
if not db_entry then return nil end
170
170
if token_and_label .label then
171
171
db_entry .label = (' %s/%s' ):format (db_entry .label , token_and_label .label )
172
+ db_entry .global_label = db_entry .label
172
173
end
173
174
if next (adjustments ) then
174
175
db_entry .adjustments [adjustments ] = true
You can’t perform that action at this time.
0 commit comments