From 2e2bb8b7921109c78adac981a78164d1121c61ae Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 9 Nov 2015 16:51:08 +0100 Subject: [PATCH] E2: cavalry and forest flags missing for plains https://bugs.eressea.de/view.php?id=2153 --- conf/e2/terrains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/e2/terrains.json b/conf/e2/terrains.json index 9aeab3b56..a96023ef8 100644 --- a/conf/e2/terrains.json +++ b/conf/e2/terrains.json @@ -9,7 +9,7 @@ "herbs": [ "h0", "h1", "h2", "h3", "h4", "h5" ], "seed": 3, "road": 50, - "flags": [ "land", "walk", "sail", "fly" ], + "flags": [ "forest", "cavalry", "land", "walk", "sail", "fly" ], "production": { "iron": { "chance": 0.1,