make labormanager know building instruments is furniture hauling

develop
nocico 2016-11-26 13:34:56 +02:00
parent 08840ccabf
commit f71d19578c
1 changed files with 1 additions and 0 deletions

@ -842,6 +842,7 @@ private:
case df::building_type::BarsVertical:
case df::building_type::GrateWall:
case df::building_type::Bookcase:
case df::building_type::Instrument:
return df::unit_labor::HAUL_FURNITURE;
case df::building_type::Trap:
case df::building_type::GearAssembly: