forked from github/server
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
This commit is contained in:
parent
bea8b05ee9
commit
43c2c74d75
|
@ -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" ],
|
||||
|
|
Loading…
Reference in New Issue