fix interdictor and sensor scan angle

This commit is contained in:
willyb321
2017-12-18 09:08:36 +11:00
parent d727dd1b74
commit b98a66ae9d
3 changed files with 12 additions and 3 deletions

5
dist/index.js vendored
View File

@@ -21565,7 +21565,7 @@ module.exports = {
facinglimit: 1
},
OutfittingFieldType_FSDInterdictorRange: {
range: 1
ranget: 1
},
OutfittingFieldType_Integrity: {
integrity: 1
@@ -21573,6 +21573,9 @@ module.exports = {
OutfittingFieldType_Mass: {
mass: 1
},
OutfittingFieldType_SensorTargetScanAngle: {
angle: 1
},
OutfittingFieldType_PowerDraw: {
power: 1
},