Autolabor: add construct labor for GearAssembly, AxleHorizonal, and AxleVertical (the last is a guess, but probably right)

develop
Kelly Martin 2012-12-12 09:52:13 -06:00
parent b75c1da95e
commit 0fc01c48e1
1 changed files with 3 additions and 0 deletions

@ -804,6 +804,9 @@ private:
case df::building_type::Slab:
return df::unit_labor::HAUL_FURNITURE;
case df::building_type::Trap:
case df::building_type::GearAssembly:
case df::building_type::AxleHorizontal:
case df::building_type::AxleVertical:
return df::unit_labor::MECHANIC;
}