mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Fixed bug with Graphene Bionic Legs augmentation
This commit is contained in:
parent
283122e3ec
commit
a1937c4b46
@ -1518,7 +1518,7 @@ applyAugmentation = function(aug, reapply=false) {
|
|||||||
Player.agility_mult *= 1.75;
|
Player.agility_mult *= 1.75;
|
||||||
break;
|
break;
|
||||||
case AugmentationNames.GrapheneBionicLegs: //High level
|
case AugmentationNames.GrapheneBionicLegs: //High level
|
||||||
player.agility_mult *= 3.0;
|
Player.agility_mult *= 3.0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
//Labor stats augmentations
|
//Labor stats augmentations
|
||||||
|
Loading…
Reference in New Issue
Block a user