Feature: Allow disabling local authority control of company actions

This commit is contained in:
Tyler Trahan
2022-03-11 09:50:43 -07:00
committed by Michael Lutz
parent 8537fa7206
commit f92cf38ab5
8 changed files with 37 additions and 14 deletions

View File

@@ -152,6 +152,13 @@ void ExpandTown(Town *t);
void RebuildTownKdtree();
/** Settings for town council attitudes. */
enum TownCouncilAttitudes {
TOWN_COUNCIL_LENIENT = 0,
TOWN_COUNCIL_TOLERANT = 1,
TOWN_COUNCIL_HOSTILE = 2,
TOWN_COUNCIL_PERMISSIVE = 3,
};
/**
* Action types that a company must ask permission for to a town authority.