1
0
forked from 0ad/0ad

Fix playerbase animal template on Hellas not being defined for the highlands biome.

The error was hidden by the default chicken value.

Reported by: nani
This was SVN commit r21728.
This commit is contained in:
elexis 2018-04-15 15:19:49 +00:00
parent 404e1a9a4a
commit d87057b1c0
2 changed files with 3 additions and 1 deletions

View File

@ -255,7 +255,7 @@ for (let i = 0; i < numPlayers; ++i)
"innerTerrain": biomes.common.terrains.road
},
"Chicken": {
"template": localBiome.gaia.fauna.sheep,
"template": localBiome.gaia.fauna.startingAnimal,
"groupCount": 1,
"minGroupCount": 4,
"maxGroupCount": 4

View File

@ -91,6 +91,7 @@
"fruitBush": "gaia/flora_bush_grapes"
},
"fauna": {
"startingAnimal": "gaia/fauna_sheep",
"sheep": "gaia/fauna_sheep",
"rabbit": "gaia/fauna_rabbit"
},
@ -158,6 +159,7 @@
"fruitBush": "gaia/flora_bush_berry"
},
"fauna": {
"startingAnimal": "gaia/fauna_goat",
"goat": "gaia/fauna_goat",
"hawk": "gaia/fauna_hawk",
"horse": "gaia/fauna_horse",