From 274322c5b233abd39a70928de02ef53eef0cdff5 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 20 Dec 2015 20:16:13 +0100 Subject: [PATCH] fix desert.road in E3 also for 3.7.x --- conf/e3/terrains.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/e3/terrains.json b/conf/e3/terrains.json index 2688312ab..7b5ea980d 100644 --- a/conf/e3/terrains.json +++ b/conf/e3/terrains.json @@ -61,7 +61,7 @@ "desert": { "size": 400, "seed": 2, - "road": 75, + "road": 100, "flags": [ "cavalry", "land", "walk", "sail", "fly" ], "herbs": [ "h9", "h11" ], "production": { @@ -232,4 +232,4 @@ "production": {} } } -} \ No newline at end of file +}