From 124d614a9fde3de331f85e5f051bf5352e854306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mira=C3=A7?= <56484801+logicminimal@users.noreply.github.com> Date: Sat, 7 Aug 2021 19:47:19 +0000 Subject: [PATCH] Fix banking's required techs (#4796) will this break a hypothetical save where someone is now researching a tech and has all required techs for now but not the new to be added requirement? --- 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 f488afd5bf..b73d74fd13 100644 --- a/android/assets/jsons/Civ V - Vanilla/Techs.json +++ b/android/assets/jsons/Civ V - Vanilla/Techs.json @@ -279,7 +279,7 @@ { "name": "Banking", "row": 6, - "prerequisites": ["Chivalry"], + "prerequisites": ["Chivalry", "Education"], "quote": "'Happiness: a good bank account, a good cook and a good digestion' - Jean Jacques Rousseau" }, {