Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 499 Bytes

File metadata and controls

7 lines (5 loc) · 499 Bytes

This DFHack script iterates over all minecart tool items in the current Dwarf Fortress world, clears their in_job flag if it’s set, and reports the total number of flags flipped from true to false.

## Features

  • Tool Scanning: Identifies all items of subtype ITEM_TOOL_MINECART.
  • Flag Clearing: Automatically clears the in_job flag on minecart tools that are currently marked in a job.
  • Summary Reporting: Outputs the total count of flags flipped from true to false.