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
This commit is contained in:
obelix 2026-03-25 22:03:01 +01:00 committed by Vantha
parent dec3f9ab62
commit 54764733dd

View file

@ -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" }