forked from mirrors/0ad
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user