1
0
forked from 0ad/0ad

Adds a missing civ requirement for a pair technology.

This was SVN commit r18653.
This commit is contained in:
fatherbushido 2016-09-01 07:35:13 +00:00
parent 8f1b37b216
commit add6b0206c

View File

@ -1,5 +1,6 @@
{
"genericName": "Traditional Army vs. Reform Army",
"top": "successors/unlock_traditional_army",
"bottom": "successors/unlock_reform_army"
"bottom": "successors/unlock_reform_army",
"requirements": { "civ": "sele" }
}