From 28ab45ae40a8ff4804c73b39b1203b2620a59c80 Mon Sep 17 00:00:00 2001 From: SomeTroglodyte <63000004+SomeTroglodyte@users.noreply.github.com> Date: Mon, 7 Mar 2022 09:22:01 +0100 Subject: [PATCH] Fix Mughal Fort using UniqueType Stats instead of StatsPerCity (#6289) --- android/assets/jsons/Civ V - Gods & Kings/Buildings.json | 2 +- android/assets/jsons/Civ V - Vanilla/Buildings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/assets/jsons/Civ V - Gods & Kings/Buildings.json b/android/assets/jsons/Civ V - Gods & Kings/Buildings.json index ca877fee31..9695ec27fb 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/Buildings.json +++ b/android/assets/jsons/Civ V - Gods & Kings/Buildings.json @@ -601,7 +601,7 @@ "culture": 2, "hurryCostModifier": 25, "requiredBuilding": "Walls", - "uniques": ["[+1 Gold] ", "Destroyed when the city is captured"], + "uniques": ["[+1 Gold] [in this city] ", "Destroyed when the city is captured"], "requiredTech": "Chivalry" }, { diff --git a/android/assets/jsons/Civ V - Vanilla/Buildings.json b/android/assets/jsons/Civ V - Vanilla/Buildings.json index e61fed3325..6d199b7f7d 100644 --- a/android/assets/jsons/Civ V - Vanilla/Buildings.json +++ b/android/assets/jsons/Civ V - Vanilla/Buildings.json @@ -539,7 +539,7 @@ "culture": 2, "hurryCostModifier": 25, "requiredBuilding": "Walls", - "uniques": ["[+1 Gold] ", "Destroyed when the city is captured"], + "uniques": ["[+1 Gold] [in this city] ", "Destroyed when the city is captured"], "requiredTech": "Chivalry" }, {