EliteAttack: added “auto honk all systems” option

This commit is contained in:
alterNERDtive 2020-12-29 13:21:15 +01:00
parent afc49ed7e5
commit 6186d24096
2 changed files with 1 additions and 0 deletions

View file

@ -35,6 +35,7 @@ namespace alterNERDtive.util
{ new Option<bool>("announceMappingCandidates", true, voiceTrigger: "announce mapping candidates") },
{ new Option<bool>("announceOutdatedStationData", true, voiceTrigger: "announce outdated station data") },
{ new Option<bool>("announceR2RMappingCandidates", true, voiceTrigger: "announce road to riches mapping candidates") },
{ new Option<bool>("autoHonkAllSystems", false, voiceTrigger: "auto honk all systems") },
{ new Option<bool>("autoHonkNewSystems", true, voiceTrigger: "auto honk new systems") },
{ new Option<bool>("autoRestock", true, voiceTrigger: "auto restock") },
//{ new Option<bool>("enableAutoUpdateCheck", true, voiceTrigger: "auto update check") },

Binary file not shown.