From 23707db1d33be0d2c6b34390c4f7801122aaf2cf Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Sun, 15 Mar 2015 16:26:38 -0600 Subject: [PATCH] Fixed ballistic arrow head orders --- NEWS | 1 + plugins/lua/stockflow.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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,