mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 10:42:51 +02:00
Fix very large number appearing as NaN
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user