From 045b52c9351f8d5b65490678eaae1d5a2589f1ce Mon Sep 17 00:00:00 2001 From: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Date: Sun, 31 Oct 2021 13:00:24 +0100 Subject: [PATCH] Fixed a bug where hagia sophia could be build in non-faith games (#5617) --- android/assets/jsons/Civ V - Vanilla/Buildings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/assets/jsons/Civ V - Vanilla/Buildings.json b/android/assets/jsons/Civ V - Vanilla/Buildings.json index 9c52775998..00060b1c61 100644 --- a/android/assets/jsons/Civ V - Vanilla/Buildings.json +++ b/android/assets/jsons/Civ V - Vanilla/Buildings.json @@ -446,7 +446,7 @@ "name": "Hagia Sophia", "faith": 3, "isWonder": true, - "uniques": ["Gain a free [Temple] [in this city]", "Free [Great Prophet] appears"], + "uniques": ["Gain a free [Temple] [in this city]", "Free [Great Prophet] appears", "Hidden when religion is disabled"], "requiredTech": "Theology", "quote": "'For it soars to a height to match the sky, and as if surging up from among the other buildings it stands on high and looks down upon the remainder of the city, adorning it, because it is a part of it, but glorying in its own beauty' - Procopius, De Aedificis" },