From 251e18799bcc6f9c2447802fadec435e3b740a79 Mon Sep 17 00:00:00 2001 From: Matthew Goff Date: Fri, 24 Aug 2018 16:44:08 -0500 Subject: [PATCH] Fix Speech Enhancement appearing twice for FSIG --- src/Augmentations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Augmentations.js b/src/Augmentations.js index 66c7d1a4f..df1359a2c 100644 --- a/src/Augmentations.js +++ b/src/Augmentations.js @@ -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]; }