change wording

This commit is contained in:
SimonCeder
2022-07-22 23:12:55 +02:00
parent 0e00ec22c6
commit 9fa00a9fa9
3 changed files with 3 additions and 3 deletions

View File

@ -266,7 +266,7 @@
{ {
"name": "City ruins", "name": "City ruins",
"terrainsCanBeBuiltOn": ["Land"], "terrainsCanBeBuiltOn": ["Land"],
"uniques": ["Unpillagable", "Unbuildable", "Automated workers will replace"], "uniques": ["Unpillagable", "Unbuildable", "Will be replaced by automated workers"],
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}] "civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
}, },
{ {

View File

@ -256,7 +256,7 @@
{ {
"name": "City ruins", "name": "City ruins",
"terrainsCanBeBuiltOn": ["Land"], "terrainsCanBeBuiltOn": ["Land"],
"uniques": ["Unpillagable", "Unbuildable", "Automated workers will replace"], "uniques": ["Unpillagable", "Unbuildable", "Will be replaced by automated workers"],
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}] "civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
}, },
{ {

View File

@ -582,7 +582,7 @@ enum class UniqueType(val text: String, vararg targets: UniqueTarget, val flags:
PillageYieldRandom("Pillaging this improvement yields approximately [stats]", UniqueTarget.Improvement), PillageYieldRandom("Pillaging this improvement yields approximately [stats]", UniqueTarget.Improvement),
PillageYieldFixed("Pillaging this improvement yields [stats]", UniqueTarget.Improvement), PillageYieldFixed("Pillaging this improvement yields [stats]", UniqueTarget.Improvement),
Irremovable("Irremovable", UniqueTarget.Improvement), Irremovable("Irremovable", UniqueTarget.Improvement),
AutomatedWorkersWillReplace("Automated workers will replace", UniqueTarget.Improvement), AutomatedWorkersWillReplace("Will be replaced by automated workers", UniqueTarget.Improvement),
//endregion //endregion
///////////////////////////////////////// region CONDITIONALS ///////////////////////////////////////// ///////////////////////////////////////// region CONDITIONALS /////////////////////////////////////////