1
0
forked from 0ad/0ad

[Maps] Fix Jebel barkal after 01fd2564e5

since only infantry can garrision in stables now.

Reported by: Gurken Kahn
https://wildfiregames.com/forum/topic/82754-alpha-26-pre-releaserelease-candidate-build-testing/page/16/#comment-514594

Troubleshooting by @lyv

This was SVN commit r27052.
This commit is contained in:
marder 2022-08-14 15:05:48 +00:00
parent fc374d3718
commit daaa87b48c

View File

@ -164,7 +164,7 @@ var jebelBarkal_buildingGarrison = difficulty => [
},
{
"buildingClasses": ["Barracks", "Embassy"],
"unitTemplates": [...jebelBarkal_templates.citizenSoldiers, ...jebelBarkal_templates.champions],
"unitTemplates": [...jebelBarkal_templates.citizenSoldier_infantry, ...jebelBarkal_templates.champion_infantry],
"capacityRatio": 1
},
{