1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Mine roads (#808)

* Create dirt roads to mines if there are no roads in a zone.
This commit is contained in:
DjWarmonger
2022-09-04 08:54:06 +02:00
committed by Andrii Danylchenko
parent 99a9680f62
commit f81d869b4a
7 changed files with 43 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ public:
int mineExtraResources;
int minGuardStrength;
std::string defaultRoadType;
std::string secondaryRoadType;
int treasureValueLimit;
std::vector<int> prisonExperience, prisonValues;
std::vector<int> scrollValues;