Autolabor: add more building labors

develop
Kelly Martin 2012-12-02 18:41:20 -06:00
parent 4cd217b782
commit 44bb965c97
1 changed files with 15 additions and 0 deletions

@ -735,6 +735,21 @@ private:
break;
case df::building_type::FarmPlot:
return df::unit_labor::PLANT;
case df::building_type::Chair:
case df::building_type::Bed:
case df::building_type::Table:
case df::building_type::Coffin:
case df::building_type::Door:
case df::building_type::Floodgate:
case df::building_type::Box:
case df::building_type::Weaponrack:
case df::building_type::Armorstand:
case df::building_type::Cabinet:
case df::building_type::Statue:
case df::building_type::WindowGlass:
case df::building_type::WindowGem:
case df::building_type::Cage:
return df::unit_labor::HAUL_FURNITURE;
}
debug ("AUTOLABOR: Cannot deduce labor for construct building job of type %s\n",