dfhack icon indicating copy to clipboard operation
dfhack copied to clipboard

Remove limiting onItemCreated checks

Open Tachytaenius opened this issue 3 years ago • 1 comments

https://github.com/DFHack/dfhack/blob/develop/library/modules/EventManager.cpp#L573 If a user wants to only catch items that were created that moment and not incoming items, then they should just do that checklist themselves. The current code prevents a lot of potential uses for onItemCreated like correcting NPC items when they don't conform to certain mod behaviours.

Tachytaenius avatar Jan 31 '22 13:01 Tachytaenius

I take it these are the checks you're referring to?

The branch name (develop) in the URL points to the most recent commit on that branch, which can change easily. You can press y to get a permalink to a specific commit. https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files

lethosor avatar Apr 17 '22 21:04 lethosor