mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 18:59:15 +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",
|
||||
"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"}]
|
||||
},
|
||||
{
|
||||
|
@ -273,7 +273,7 @@
|
||||
{
|
||||
"name": "City ruins",
|
||||
"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"}]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user