From 0b912f54be70584c28449830f182a8e679ccaf2f Mon Sep 17 00:00:00 2001 From: lethosor Date: Sun, 1 Mar 2015 17:32:25 -0500 Subject: [PATCH] Fix field name in lua/stockflow.lua From DFHack/df-structures#39 --- plugins/lua/stockflow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lua/stockflow.lua b/plugins/lua/stockflow.lua index 27efdf6c4..44a9e054c 100644 --- a/plugins/lua/stockflow.lua +++ b/plugins/lua/stockflow.lua @@ -153,7 +153,7 @@ function reaction_entry(job_type, values, name) -- These defaults differ from the newly created order's. order:assign{ job_type = job_type, - unk_2 = -1, + item_type = -1, item_subtype = -1, mat_type = -1, mat_index = -1,