# HG changeset patch # User alys # Date 2021-05-25 05:10:39 # Node ID ee181a5e9ed2e66ab8a05abe7c192576929cbca9 # Parent 5d92bcfae63cccbb998ad659f41b26f73293b4aa Tweak minimum squares. diff --git a/isometric-park-fna/Engines/Spawners/ContractSpawner.cs b/isometric-park-fna/Engines/Spawners/ContractSpawner.cs --- a/isometric-park-fna/Engines/Spawners/ContractSpawner.cs +++ b/isometric-park-fna/Engines/Spawners/ContractSpawner.cs @@ -22,7 +22,7 @@ { private Random random_generator; - public const int DEFAULT_MIN_SQUARES = 10; + public const int DEFAULT_MIN_SQUARES = 75; public const int DEFAULT_SQUARES = 25; public const int CONTRACT_MINIMUM = 50; public const int CONTRACT_MAXIMUM = 400;