From 54764733dd4e028df1dc0f250911e427c734e58b Mon Sep 17 00:00:00 2001 From: obelix Date: Wed, 25 Mar 2026 22:03:01 +0100 Subject: [PATCH] Fix incorrect Germ tech tooltip Since ec19e5d663 German Support Wagons cannot train Units anymore so that Wagon Trains cannot unlock this ability as well. Reported by @xordspar0 Fixes #8799 --- .../mods/public/simulation/data/technologies/wagon_trains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/simulation/data/technologies/wagon_trains.json b/binaries/data/mods/public/simulation/data/technologies/wagon_trains.json index aa66dd4559..e283f7bc3e 100644 --- a/binaries/data/mods/public/simulation/data/technologies/wagon_trains.json +++ b/binaries/data/mods/public/simulation/data/technologies/wagon_trains.json @@ -14,7 +14,7 @@ "requirementsTooltip": "Unlocked in Town Phase.", "icon": "population.png", "researchTime": 40, - "tooltip": "Supply Wagons +5 population space and Wagon Encampments +10 population space. Training Germanic Workers unlocked from the Supply Wagon as well.", + "tooltip": "Supply Wagons +5 population space and Wagon Encampments +10 population space.", "modifications": [ { "value": "Promotion/RequiredXp", "replace": 0, "affects": "Wagon" }, { "value": "Population/Bonus", "add": 10, "affects": "Colony" }