mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 02:22:23 +01:00
Fix Speech Enhancement appearing twice for FSIG
This commit is contained in:
@ -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];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user