From be5345477aaa1724313e9f398d65c1d37227fa3d Mon Sep 17 00:00:00 2001 From: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Date: Sun, 4 Jul 2021 16:32:50 +0200 Subject: [PATCH] Fixed bug where heal instantly would not heal (#4367) --- android/assets/jsons/Civ V - Vanilla/UnitPromotions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/assets/jsons/Civ V - Vanilla/UnitPromotions.json b/android/assets/jsons/Civ V - Vanilla/UnitPromotions.json index 143688174f..9652dde895 100644 --- a/android/assets/jsons/Civ V - Vanilla/UnitPromotions.json +++ b/android/assets/jsons/Civ V - Vanilla/UnitPromotions.json @@ -2,7 +2,7 @@ { "name": "Heal Instantly", - "uniques": ["Heal this Unit by [50] HP", "Doing so will consume this opportunity to choose a Promotion"], + "uniques": ["Heal this unit by [50] HP", "Doing so will consume this opportunity to choose a Promotion"], "unitTypes": ["Melee","Mounted","Scout","Siege","Ranged","Armor","WaterMelee","WaterRanged","WaterSubmarine"] },