From a1937c4b4631021b68f961203c2f28001ece06f5 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Sun, 11 Jun 2017 23:43:54 -0500 Subject: [PATCH] Fixed bug with Graphene Bionic Legs augmentation --- src/Augmentations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Augmentations.js b/src/Augmentations.js index 439db1d07..ed3676c28 100644 --- a/src/Augmentations.js +++ b/src/Augmentations.js @@ -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