Skip to content

Commit

Permalink
Fix Alpha campaign cyborg production
Browse files Browse the repository at this point in the history
Cyborg research did not unlock the weapons correctly.

Closes ticket:4515
  • Loading branch information
KJeff01 authored and perim committed Oct 8, 2016
1 parent 8a65d07 commit bc3db59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/base/stats/research_cam1.json
Expand Up @@ -239,6 +239,7 @@
"researchPoints": 1500,
"researchPower": 46,
"resultComponents": [
"CyborgCannon",
"CyborgCannonGrd"
],
"statID": "Cannon1Mk1"
Expand All @@ -258,6 +259,7 @@
"researchPoints": 900,
"researchPower": 28,
"resultComponents": [
"CyborgFlamer01",
"CyborgFlamerGrd"
],
"statID": "Flame1Mk1"
Expand All @@ -276,6 +278,8 @@
"researchPoints": 600,
"researchPower": 18,
"resultComponents": [
"CyborgLegs",
"CyborgChaingun",
"CyborgChain1Ground"
],
"statID": "MG1Mk1"
Expand All @@ -295,6 +299,7 @@
"researchPoints": 900,
"researchPower": 28,
"resultComponents": [
"CyborgRocket",
"CyborgRkt1Ground"
],
"statID": "Rocket-LtA-T"
Expand Down

0 comments on commit bc3db59

Please sign in to comment.