mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 06:32:26 +01:00
Merge pull request #370 from Kline-/patch-2
Add LuminCloaking1 as prereq to LuminCloaking2
This commit is contained in:
commit
10ba1fa71e
@ -1112,7 +1112,8 @@ function initAugmentations() {
|
|||||||
"This augmentation: <br>" +
|
"This augmentation: <br>" +
|
||||||
"Increases the player's agility by 10% <br>" +
|
"Increases the player's agility by 10% <br>" +
|
||||||
"Increases the player's defense by 10% <br>" +
|
"Increases the player's defense by 10% <br>" +
|
||||||
"Increases the amount of money the player gains from crimes by 25%"
|
"Increases the amount of money the player gains from crimes by 25%",
|
||||||
|
prereqs:[AugmentationNames.LuminCloaking1]
|
||||||
});
|
});
|
||||||
LuminCloaking2.addToFactions(["Slum Snakes", "Tetrads"]);
|
LuminCloaking2.addToFactions(["Slum Snakes", "Tetrads"]);
|
||||||
if (augmentationExists(AugmentationNames.LuminCloaking2)) {
|
if (augmentationExists(AugmentationNames.LuminCloaking2)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user