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:
DesertRose 2026-03-07 21:29:18 +01:00 committed by Vantha
parent a6a634c7ae
commit 19fe52f328
2 changed files with 2 additions and 6 deletions

View file

@ -17,7 +17,8 @@
"requirements": {
"all": [
{ "tech": "phase_village" },
{ "notciv": "kush" }
{ "notciv": "kush" },
{ "notciv": "rome" }
]
},
"icon": "wives_festival.png",

View file

@ -3,9 +3,4 @@
<Cost>
<BuildTime>30</BuildTime>
</Cost>
<Identity>
<Requirements>
<Techs datatype="tokens">unlock_civilians_house_generic</Techs>
</Requirements>
</Identity>
</Entity>