mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #436 from Kline-/patch-1
Fix Speech Enhancement appearing twice for FSIG
This commit is contained in:
commit
245bb5992d
@ -848,7 +848,7 @@ function initAugmentations() {
|
|||||||
"Increases the amount of reputation the player gains when working for a company by 10%."
|
"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",
|
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)) {
|
if (augmentationExists(AugmentationNames.SpeechEnhancement)) {
|
||||||
delete Augmentations[AugmentationNames.SpeechEnhancement];
|
delete Augmentations[AugmentationNames.SpeechEnhancement];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user