Fix Speech Enhancement appearing twice for FSIG

This commit is contained in:
Matthew Goff 2018-08-24 16:44:08 -05:00 committed by GitHub
parent fe3c8be03c
commit 251e18799b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -848,7 +848,7 @@ function initAugmentations() {
"Increases the amount of reputation the player gains when working for a company by 10%."
});
SpeechEnhancement.addToFactions(["Tian Di Hui", "Speakers for the Dead", "Four Sigma", "KuaiGong International",
"Clarke Incorporated", "Four Sigma", "Bachman & Associates"]);
"Clarke Incorporated", "Bachman & Associates"]);
if (augmentationExists(AugmentationNames.SpeechEnhancement)) {
delete Augmentations[AugmentationNames.SpeechEnhancement];
}