EliteAttack: made scanner fire group configurable
This commit is contained in:
parent
7d104a2be2
commit
4d4f22e216
2 changed files with 1 additions and 0 deletions
|
@ -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.
Loading…
Reference in a new issue