Merge pull request #370 from Kline-/patch-2

Add LuminCloaking1 as prereq to LuminCloaking2
This commit is contained in:
danielyxie 2018-07-24 14:41:11 -05:00 committed by GitHub
commit 10ba1fa71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1112,7 +1112,8 @@ function initAugmentations() {
"This augmentation: <br>" +
"Increases the player's agility 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"]);
if (augmentationExists(AugmentationNames.LuminCloaking2)) {