From ebadfe260a846f75d36dcd25147a6919780a595b Mon Sep 17 00:00:00 2001 From: Freagarach Date: Mon, 11 Jan 2021 09:42:38 +0000 Subject: [PATCH] [Gameplay A24] - Make unlock_shared_dropsites independent from unlock_shared_los. Since one may start a match with all visible and then the tech is useless and hides what is underneath. Patch by: @Nescio Differential revision: D2999 Reviewed by: @borg- This was SVN commit r24541. --- .../data/technologies/unlock_shared_dropsites.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.",