add new building_type enum value to labormanager

develop
Ben Lubar 2020-02-02 17:15:40 -06:00
parent dfc90fe660
commit c4b01b53a3
No known key found for this signature in database
GPG Key ID: 92939677AB59EDA4
1 changed files with 2 additions and 0 deletions

@ -373,6 +373,7 @@ public:
return df::unit_labor::TRAPPER;
case df::building_type::Civzone:
case df::building_type::Nest:
case df::building_type::OfferingPlace:
case df::building_type::Stockpile:
case df::building_type::Weapon:
return df::unit_labor::NONE;
@ -475,6 +476,7 @@ public:
return df::unit_labor::TRAPPER;
case df::building_type::Civzone:
case df::building_type::Nest:
case df::building_type::OfferingPlace:
case df::building_type::RoadDirt:
case df::building_type::Stockpile:
case df::building_type::Weapon: