added getAugmentationStats to netscript, it returns the stat boost of an aug

This commit is contained in:
Olivier Gagnon
2021-03-07 04:57:49 -05:00
parent 64272c99fb
commit dc402bef68
5 changed files with 38 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ let NetscriptFunctions =
"createProgram|commitCrime|getCrimeChance|getOwnedAugmentations|" +
"getOwnedSourceFiles|getAugmentationsFromFaction|" +
"getAugmentationPrereq|getAugmentationCost|purchaseAugmentation|" +
"softReset|installAugmentations|" +
"softReset|installAugmentations|getAugmentationStats|" +
// TIX API
"getStockPrice|getStockPosition|getStockSymbols|getStockMaxShares|" +