diff --git a/NEWS b/NEWS index 3ee1cba2d..0eec7c3af 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ DFHack Future show-unit-syndromes should work stockflow: Fixed error message in Arena mode stockflow: No longer checks the DF version + stockflow: Fixed ballistic arrow head orders zone: Stopped crash when scrolling cage owner list New Plugins New Scripts diff --git a/plugins/lua/stockflow.lua b/plugins/lua/stockflow.lua index ccc15ea4e..745427656 100644 --- a/plugins/lua/stockflow.lua +++ b/plugins/lua/stockflow.lua @@ -420,7 +420,7 @@ function collect_reactions() }) -- Is this entirely disconnected from the entity? - material_reactions(result, {{MakeBallistaArrowHead, "Forge", "Ballista Arrow Head"}}, mat_flags) + material_reactions(result, {{job_types.MakeBallistaArrowHead, "Forge", "Ballista Arrow Head"}}, mat_flags) resource_reactions(result, job_types.MakeTrapComponent, mat_flags, entity.resources.trapcomp_type, itemdefs.trapcomps, { adjective = true,