diff --git a/binaries/data/mods/public/simulation/data/technologies/unlock_shared_dropsites.json b/binaries/data/mods/public/simulation/data/technologies/unlock_shared_dropsites.json index 0f7d65e8c4..22347598db 100644 --- a/binaries/data/mods/public/simulation/data/technologies/unlock_shared_dropsites.json +++ b/binaries/data/mods/public/simulation/data/technologies/unlock_shared_dropsites.json @@ -2,9 +2,13 @@ "genericName": "Diaspora", "description": "The extension of trade leads to the permanent establishment of storekeepers and their families in foreign countries, allowing them to exploit the wealth of these countries.", "cost": { "food": 200, "wood": 200, "stone": 100, "metal": 100 }, - "requirements": { "entity": { "class": "Trader", "number": 3 } }, + "requirements": { + "entity": { + "class": "Trader", + "number": 3 + } + }, "requirementsTooltip": "Requires 3 Traders", - "supersedes": "unlock_shared_los", "icon": "diaspora.png", "researchTime": 40, "tooltip": "Allows using allied dropsites.",