Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOTOWNAI.cpp426 …int achievableLoyalty = average_target_loyalty()-10; // -10 because it's an average, -10 will be … in think_collect_tax() local
428 if( achievableLoyalty > minLoyalty ) // if the achievable loyalty is higher, then use it in think_collect_tax()
429 minLoyalty = achievableLoyalty; in think_collect_tax()