mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 15:29:32 +07:00
change wording
This commit is contained in:
@ -266,7 +266,7 @@
|
||||
{
|
||||
"name": "City ruins",
|
||||
"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"}]
|
||||
},
|
||||
{
|
||||
|
@ -256,7 +256,7 @@
|
||||
{
|
||||
"name": "City ruins",
|
||||
"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"}]
|
||||
},
|
||||
{
|
||||
|
@ -582,7 +582,7 @@ enum class UniqueType(val text: String, vararg targets: UniqueTarget, val flags:
|
||||
PillageYieldRandom("Pillaging this improvement yields approximately [stats]", UniqueTarget.Improvement),
|
||||
PillageYieldFixed("Pillaging this improvement yields [stats]", UniqueTarget.Improvement),
|
||||
Irremovable("Irremovable", UniqueTarget.Improvement),
|
||||
AutomatedWorkersWillReplace("Automated workers will replace", UniqueTarget.Improvement),
|
||||
AutomatedWorkersWillReplace("Will be replaced by automated workers", UniqueTarget.Improvement),
|
||||
//endregion
|
||||
|
||||
///////////////////////////////////////// region CONDITIONALS /////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user