Home
last modified time | relevance | path

Searched refs:kLumberjack (Results 1 – 2 of 2) sorted by relevance

/dports/games/widelands/widelands-build21/src/ai/
H A Ddefaultai.cc803 bo.set_is(BuildingAttribute::kLumberjack); in late_initialization()
901 if (count_buildings_with_attribute(BuildingAttribute::kLumberjack) != 1) { in late_initialization()
2701 !bo.is(BuildingAttribute::kLumberjack)) { in construct_building()
2765 } else if (bo.is(BuildingAttribute::kLumberjack)) { in construct_building()
3162 if (!(bo.is(BuildingAttribute::kLumberjack) || bo.is(BuildingAttribute::kNeedsCoast) || in construct_building()
3165 } else if (bf->near_border && (bo.is(BuildingAttribute::kLumberjack) || in construct_building()
4552 if (site.bo->is(BuildingAttribute::kLumberjack)) { in check_productionsites()
5403 } else if (bo.is(BuildingAttribute::kLumberjack)) { in check_building_necessity()
5430 if (get_building_observer(BuildingAttribute::kLumberjack).cnt_built < 1) { in check_building_necessity()
H A Dai_help_structs.h63 kLumberjack, enumerator