mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 22:59:42 +02:00
UI Improvements. Added two new Netscript functions to purchase Hacknet Nodes
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user