mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
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:
parent
dec3f9ab62
commit
54764733dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue