ResearchTree: fix a typo.
This commit is contained in:
parent
562758109c
commit
7a9cb3d9a1
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void ResearchTree::generateEngineTree() {
|
|||
"Durability +1960, Power +126, Armour +207, Acceleration +75, Magazine load +47, Energy capacity +47",
|
||||
"Power +3%"});
|
||||
_engineNodes.emplace(MetalPlatings3, Node{Node::Type::Gear, "Metal Platings 3", 3, 0,
|
||||
"Level 2 Metal plating that adds durability and armour to your engine.",
|
||||
"Level 3 Metal plating that adds durability and armour to your engine.",
|
||||
"Durability +360, Armour +57, Acceleration -15", ""});
|
||||
_engineNodes.emplace(HeatTurbines3, Node{Node::Type::Gear, "Heat Turbines 3", 3, 0,
|
||||
"Level 3 Modified heat turbines to increase speed for a M.A.S.S.",
|
||||
|
|
Loading…
Reference in a new issue