diff --git a/src/Augmentations.js b/src/Augmentations.js index a754fe1f6..9f4115fe2 100644 --- a/src/Augmentations.js +++ b/src/Augmentations.js @@ -1112,7 +1112,8 @@ function initAugmentations() { "This augmentation:
" + "Increases the player's agility by 10%
" + "Increases the player's defense by 10%
" + - "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"]); if (augmentationExists(AugmentationNames.LuminCloaking2)) {