mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 22:00:24 +07:00
Remove old "will be replaced by automated units" unique (#11932)
* Remove "will be replaced" old unique * Update TileImprovements.json
This commit is contained in:
@ -284,7 +284,7 @@
|
|||||||
{
|
{
|
||||||
"name": "City ruins",
|
"name": "City ruins",
|
||||||
"terrainsCanBeBuiltOn": ["Land"],
|
"terrainsCanBeBuiltOn": ["Land"],
|
||||||
"uniques": ["Unpillagable", "Unbuildable", "Will be replaced by automated units"],
|
"uniques": ["Unpillagable", "Unbuildable"],
|
||||||
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
|
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -273,7 +273,7 @@
|
|||||||
{
|
{
|
||||||
"name": "City ruins",
|
"name": "City ruins",
|
||||||
"terrainsCanBeBuiltOn": ["Land"],
|
"terrainsCanBeBuiltOn": ["Land"],
|
||||||
"uniques": ["Unpillagable", "Unbuildable", "Will be replaced by automated units"],
|
"uniques": ["Unpillagable", "Unbuildable"],
|
||||||
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
|
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user