forked from github/server
Merge pull request #379 from ennorehling/develop
E2: cavalry and forest flags missing for plains
This commit is contained in:
commit
58a38cca98
|
@ -9,7 +9,7 @@
|
||||||
"herbs": [ "h0", "h1", "h2", "h3", "h4", "h5" ],
|
"herbs": [ "h0", "h1", "h2", "h3", "h4", "h5" ],
|
||||||
"seed": 3,
|
"seed": 3,
|
||||||
"road": 50,
|
"road": 50,
|
||||||
"flags": [ "land", "walk", "sail", "fly" ],
|
"flags": [ "forest", "cavalry", "land", "walk", "sail", "fly" ],
|
||||||
"production": {
|
"production": {
|
||||||
"iron": {
|
"iron": {
|
||||||
"chance": 0.1,
|
"chance": 0.1,
|
||||||
|
|
Loading…
Reference in New Issue