Autolabor: add construction labor for hatch.

develop
Kelly Martin 2013-01-01 15:12:45 -06:00
parent 6ab8c8c30e
commit 3a24565728
1 changed files with 1 additions and 0 deletions

@ -875,6 +875,7 @@ private:
case df::building_type::TractionBench:
case df::building_type::Slab:
case df::building_type::Chain:
case df::building_type::Hatch:
return df::unit_labor::HAUL_FURNITURE;
}