UI Improvements. Added two new Netscript functions to purchase Hacknet Nodes

This commit is contained in:
Daniel Xie
2017-05-20 04:27:42 -05:00
parent c454e3729b
commit 4d0ee212be
7 changed files with 102 additions and 8 deletions
+2 -2
View File
@@ -1307,8 +1307,8 @@ initAugmentations = function() {
"the user's organic arms. <br><br>" +
"This augmentation increases the user's strength and dexterity by 50%");
BionicArms.setRequirements(25000, 45000000);
BionicArms.addTofactions(["Tetrads"]);
if (augmetationExists(AugmentationNames.BionicArms)) {
BionicArms.addToFactions(["Tetrads"]);
if (augmentationExists(AugmentationNames.BionicArms)) {
BionicArms.owned = Augmentations[AugmentationNames.BionicArms].owned;
delete Augmentations[AugmentationNames.BionicArms];
}