From 43c2c74d75399f3bc50febff133f423fd262b17f Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 13 Aug 2016 10:13:22 +0200 Subject: [PATCH] correct the list of glacier herbs. this will fix newly created glaciers only. there are several bad glaciers in E2, this commit is not repairing them. https://bugs.eressea.de/view.php?id=2220 --- 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 a96023ef8..d26c656ea 100644 --- a/conf/e2/terrains.json +++ b/conf/e2/terrains.json @@ -141,7 +141,7 @@ }, "glacier": { "size": 100, - "herbs": [ "h15", "h16", "h17" ], + "herbs": [ "h18", "h19", "h20" ], "seed": 2, "road": 250, "flags": [ "arctic", "land", "walk", "sail", "fly" ],