Fix very large number appearing as NaN

This commit is contained in:
Olivier Gagnon
2021-05-26 14:14:20 -04:00
parent ba4169268c
commit 7fedd1f1f5
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1384,7 +1384,7 @@ function initAugmentations() {
"Even though it contains no weapons, the advance tungsten titanium " +
"alloy increases the users strength to unbelievable levels.<br><br>" +
"This augmentation increases the player's strength by 300%.",
strength_mult: 3,
strength_mult: 2.70,
});
HydroflameLeftArm.addToFactions(["NWO"]);
if (augmentationExists(AugmentationNames.HydroflameLeftArm)) {