mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-30 15:02:29 +02:00
Fixed bug with Graphene Bionic Legs augmentation
This commit is contained in:
@ -1518,7 +1518,7 @@ applyAugmentation = function(aug, reapply=false) {
|
||||
Player.agility_mult *= 1.75;
|
||||
break;
|
||||
case AugmentationNames.GrapheneBionicLegs: //High level
|
||||
player.agility_mult *= 3.0;
|
||||
Player.agility_mult *= 3.0;
|
||||
break;
|
||||
|
||||
//Labor stats augmentations
|
||||
|
Reference in New Issue
Block a user