View Issue Details

IDProjectCategoryView StatusLast Update
0013242Dwarf FortressDwarf Mode -- Jobs, Generalpublic2025-08-03 16:32
ReporterQuietust Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version52.02 
Summary0013242: Manager orders, item conditions for "sharpenable" items are broken due to malformed "food storage container" checks
DescriptionIf a manager order is created with an item condition with the "sharpenable" flag set, the logic for checking if any matching items exist looks in the list of food containers, where it probably isn't going to find any.

The problem is that the code checks for "FOOD_STORAGE_CONTAINER", but it's checking against the wrong flag variable - rather than looking at "itemneeded_flag3", it's looking at "itemneeded_flag" (where the corresponding flag means "SHARPSTONE").
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Add Note

Note

Issue History

Date Modified Username Field Change
2025-08-03 16:26 Quietust New Issue