Merge pull request #436 from Kline-/patch-1

Fix Speech Enhancement appearing twice for FSIG
This commit is contained in:
danielyxie 2018-08-25 17:08:22 -05:00 committed by GitHub
commit 245bb5992d
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];
}