Fixed a bug where Meta Alloy Hull Reinforcements could not be allocated in a military type slot

This commit is contained in:
M. Raguzzini - Novigo Consulting
2018-09-18 22:06:34 +02:00
parent 53a1cb8610
commit 1d31fab7ef
17 changed files with 81 additions and 27 deletions

View File

@@ -34,7 +34,7 @@
"hardpoints": [2, 1, 1, 0],
"internal": [
3, 2,
{ "class": 2, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } },
{ "class": 2, "name": "Military", "eligible": { "mahr":1, "hr": 1, "scb": 1, "mrp": 1, "gsrp": 1, "gmrp": 1, "ghrp": 1 } },
1, 1
]
},