Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2022-04-29 18:00:21 +01:00
76 changed files with 628 additions and 583 deletions

View File

@@ -1437,6 +1437,12 @@ static void ValidateSettings()
}
}
static bool TownCouncilToleranceAdjust(int32 &new_value)
{
if (new_value == 255) new_value = TOWN_COUNCIL_PERMISSIVE;
return true;
}
static void DifficultyNoiseChange(int32 new_value)
{
if (_game_mode == GM_NORMAL) {