Fixed ballistic arrow head orders

develop
Eric Wald 2015-03-15 16:26:38 -06:00
parent 6bfaa8d35d
commit 23707db1d3
2 changed files with 2 additions and 1 deletions

@ -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

@ -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,