Destroy Arsenal when city is captured (#6031)

* Destroy Arsenal when city is captured

* Destroy Arsenal when city is captured
This commit is contained in:
SpacedOutChicken 2022-01-24 01:34:32 -07:00 committed by GitHub
parent fbd6d36ad3
commit f483f0a345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -824,7 +824,8 @@
"cityHealth": 25,
"hurryCostModifier": 25,
"requiredBuilding": "Castle",
"requiredTech": "Metallurgy"
"requiredTech": "Metallurgy",
"uniques": ["Destroyed when the city is captured"]
},
{
"name": "Kremlin",

View File

@ -777,7 +777,8 @@
"cityHealth": 25,
"hurryCostModifier": 25,
"requiredBuilding": "Castle",
"requiredTech": "Rifling"
"requiredTech": "Rifling",
"uniques": ["Destroyed when the city is captured"]
},
// Column 10
{