Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/src/ai/
H A Dai_help_structs.h496 int16_t initial_preciousness; member
H A Ddefaultai.cc654 bo.initial_preciousness = 0; in late_initialization()
695 bo.initial_preciousness += worker_preciousness; in late_initialization()
2572 bo.initial_preciousness > in construct_building()
2575 std::max(bo.max_needed_preciousness, bo.initial_preciousness); in construct_building()
2576 bo.max_preciousness = std::max(bo.max_preciousness, bo.initial_preciousness); in construct_building()
5211 bo.max_preciousness = bo.initial_preciousness; in check_building_necessity()
5212 bo.max_needed_preciousness = bo.initial_preciousness; in check_building_necessity()