Feature: Allow disabling local authority control of company actions
This commit is contained in:

committed by
Michael Lutz

parent
8537fa7206
commit
f92cf38ab5
@@ -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.
|
||||
|
Reference in New Issue
Block a user