make labormanager know building instruments is furniture hauling

develop
nocico 2016-11-26 13:34:56 +02:00 committed by Kelly Kinkade
parent ad84217687
commit 10384fe720
1 changed files with 1 additions and 0 deletions

@ -841,6 +841,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: