diff --git a/plugins/VoiceAttack-base/util.cs b/plugins/VoiceAttack-base/util.cs index e84afa7..fbf39e1 100644 --- a/plugins/VoiceAttack-base/util.cs +++ b/plugins/VoiceAttack-base/util.cs @@ -35,11 +35,13 @@ namespace alterNERDtive.util { new Option("announceMappingCandidates", true, voiceTrigger: "announce mapping candidates") }, { new Option("announceOutdatedStationData", true, voiceTrigger: "announce outdated station data") }, { new Option("announceR2RMappingCandidates", true, voiceTrigger: "announce road to riches mapping candidates") }, + { new Option("autoHonkNewSystems", true, voiceTrigger: "auto honk new systems") }, { new Option("autoRestock", true, voiceTrigger: "auto restock") }, //{ new Option("enableAutoUpdateCheck", true, voiceTrigger: "auto update check") }, { new Option("flightAssistOff", false, voiceTrigger: "flight assist off") }, { new Option("hyperspaceDethrottle", true, voiceTrigger: "hyper space dethrottle") }, { new Option("outdatedStationThreshold", 365, voiceTrigger: "outdated station threshold") }, + { new Option("usePrimaryFireForDiscoveryScan", false, voiceTrigger: "use primary fire for discovery scan") }, } }, { diff --git a/profiles/EliteAttack-Profile.vap b/profiles/EliteAttack-Profile.vap index 9a25eff..ee04e87 100644 Binary files a/profiles/EliteAttack-Profile.vap and b/profiles/EliteAttack-Profile.vap differ