labormanager: add deconstruct labor for constructed instruments (#7)

develop
Kelly Kinkade 2016-12-08 16:01:14 -06:00 committed by GitHub
parent 1eaa2033dc
commit 50ce9942f4
1 changed files with 1 additions and 0 deletions

@ -961,6 +961,7 @@ private:
case df::building_type::GrateFloor:
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::AnimalTrap:
return df::unit_labor::TRAPPER;