From 43b09a24599b3c6cdf3fdf0f06dc41688234c206 Mon Sep 17 00:00:00 2001 From: MageKing17 Date: Fri, 2 Jul 2021 14:35:33 -0700 Subject: [PATCH] Correct descriptions of LuminCloaking2 and HydroflameLeftArm. LuminCloaking-V2 claimed to be a more advanced version of itself, and Hydroflame Left Arm described a 2.7 multiplier as a 270% increase. --- src/Augmentation/AugmentationHelpers.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Augmentation/AugmentationHelpers.jsx b/src/Augmentation/AugmentationHelpers.jsx index 55f0981cc..e79c9946a 100644 --- a/src/Augmentation/AugmentationHelpers.jsx +++ b/src/Augmentation/AugmentationHelpers.jsx @@ -1249,7 +1249,7 @@ function initAugmentations() { const LuminCloaking2 = new Augmentation({ name:AugmentationNames.LuminCloaking2, repCost:5e3, moneyCost:3e7, - info:"This is a more advanced version of the LuminCloaking-V2 augmentation. This skin implant " + + info:"This is a more advanced version of the LuminCloaking-V1 augmentation. This skin implant " + "reinforces the skin with highly-advanced synthetic cells. These " + "cells, when powered, are capable of not only bending light but also of bending heat, " + "making the user more resilient as well as stealthy.

" + @@ -1486,7 +1486,7 @@ function initAugmentations() { "Even though it contains no weapons, the advanced tungsten titanium " + "alloy increases the users strength to unbelievable levels. The augmentation " + "gets more powerful over time for seemingly no reason.

" + - "This augmentation increases the player's strength by 270%.", + "This augmentation increases the player's strength by 170%.", strength_mult: 2.70, }); HydroflameLeftArm.addToFactions(["NWO"]);