From f71d19578c43e605bbcb00417b01ab4e08e62520 Mon Sep 17 00:00:00 2001 From: nocico Date: Sat, 26 Nov 2016 13:34:56 +0200 Subject: [PATCH] make labormanager know building instruments is furniture hauling --- plugins/labormanager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/labormanager.cpp b/plugins/labormanager.cpp index 35454e6cb..7e2bf9584 100644 --- a/plugins/labormanager.cpp +++ b/plugins/labormanager.cpp @@ -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: