forked from mirrors/0ad
Allow Romans to produce civilian_house from start
Fix that Romans to produce Civilians from the start of a match Fixes: #8735
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@
|
||||
"requirements": {
|
||||
"all": [
|
||||
{ "tech": "phase_village" },
|
||||
{ "notciv": "kush" }
|
||||
{ "notciv": "kush" },
|
||||
{ "notciv": "rome" }
|
||||
]
|
||||
},
|
||||
"icon": "wives_festival.png",
|
||||
|
||||
@@ -3,9 +3,4 @@
|
||||
<Cost>
|
||||
<BuildTime>30</BuildTime>
|
||||
</Cost>
|
||||
<Identity>
|
||||
<Requirements>
|
||||
<Techs datatype="tokens">unlock_civilians_house_generic</Techs>
|
||||
</Requirements>
|
||||
</Identity>
|
||||
</Entity>
|
||||
|
||||
Reference in New Issue
Block a user