From c56f0b3d4ea3c2b5a8ca2b817a3144561e2ce50b Mon Sep 17 00:00:00 2001 From: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Date: Sat, 7 Aug 2021 22:45:05 +0200 Subject: [PATCH] Architecture is now a prerequiste of Archaeology (#4797) --- android/assets/jsons/Civ V - Vanilla/Techs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/assets/jsons/Civ V - Vanilla/Techs.json b/android/assets/jsons/Civ V - Vanilla/Techs.json index b73d74fd13..c8c9f5e902 100644 --- a/android/assets/jsons/Civ V - Vanilla/Techs.json +++ b/android/assets/jsons/Civ V - Vanilla/Techs.json @@ -345,7 +345,7 @@ { "name": "Archaeology", "row": 2, - "prerequisites": ["Navigation"], + "prerequisites": ["Navigation","Architecture"], "quote": "'Those who cannot remember the past are condemned to repeat it.' - George Santayana" }, {