From 1a6eee0d1903b7da356a2483f499c5924b00a225 Mon Sep 17 00:00:00 2001 From: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:02:14 +0200 Subject: [PATCH] Fixed unit tests failing randomly (#5503) --- android/assets/jsons/Civ V - Vanilla/Nations.json | 2 +- android/assets/jsons/Civ V - Vanilla/Techs.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/assets/jsons/Civ V - Vanilla/Nations.json b/android/assets/jsons/Civ V - Vanilla/Nations.json index 542e4f46fe..fd2f07a4fd 100644 --- a/android/assets/jsons/Civ V - Vanilla/Nations.json +++ b/android/assets/jsons/Civ V - Vanilla/Nations.json @@ -688,7 +688,7 @@ "innerColor": [255,255,102], "favoredReligion": "Christianity", "uniqueName": "Viking Fury", - "uniques": ["+1 Movement for all embarked units", "Units pay only 1 movement point to disembark", + "uniques": ["[+1] Movement ", "Units pay only 1 movement point to disembark", "Melee units pay no movement cost to pillage"], "cities": ["Copenhagen","Aarhus","Kaupang","Ribe","Viborg","Tunsberg","Roskilde","Hedeby","Oslo","Jelling","Truso", "Bergen","Faeroerne","Reykjavik","Trondheim","Godthab","Helluland","Lillehammer","Markland","Elsinore", diff --git a/android/assets/jsons/Civ V - Vanilla/Techs.json b/android/assets/jsons/Civ V - Vanilla/Techs.json index c8c9f5e902..9443c726f7 100644 --- a/android/assets/jsons/Civ V - Vanilla/Techs.json +++ b/android/assets/jsons/Civ V - Vanilla/Techs.json @@ -266,7 +266,7 @@ { "name": "Astronomy", "row": 2, - "uniques": ["Increases embarked movement +1","Enables embarked units to enter ocean tiles"], + "uniques": ["[+1] Movement ","Enables embarked units to enter ocean tiles"], "prerequisites": ["Compass","Education"], "quote": "'Joyfully to the breeze royal Odysseus spread his sail, and with his rudder skillfully he steered.' - Homer" }, @@ -402,7 +402,7 @@ { "name": "Steam Power", "row": 6, - "uniques": ["Increases embarked movement +1"], + "uniques": ["[+1] Movement "], "prerequisites": ["Industrialization","Scientific Theory","Rifling"], "quote": "'The nations of the West hope that by means of steam communication all the world will become as one family.' - Townsend Harris" },