EliteAttack: made scanner fire group configurable

This commit is contained in:
alterNERDtive 2020-12-26 01:13:26 +01:00
parent 7d104a2be2
commit 4d4f22e216
2 changed files with 1 additions and 0 deletions

View file

@ -41,6 +41,7 @@ namespace alterNERDtive.util
{ new Option<bool>("flightAssistOff", false, voiceTrigger: "flight assist off") },
{ new Option<bool>("hyperspaceDethrottle", true, voiceTrigger: "hyper space dethrottle") },
{ new Option<int>("outdatedStationThreshold", 365, voiceTrigger: "outdated station threshold") },
{ new Option<int>("scannerFireGroup", 0, voiceTrigger: "scanner fire group") },
{ new Option<bool>("usePrimaryFireForDiscoveryScan", false, voiceTrigger: "use primary fire for discovery scan") },
}
},

Binary file not shown.