added sleeve aug api

This commit is contained in:
Olivier Gagnon
2019-03-23 00:22:40 -04:00
parent 4bdb34bc7b
commit 96db360a36
8 changed files with 150 additions and 26 deletions

View File

@@ -257,6 +257,9 @@ CodeMirror.defineMode("netscript", function(config, parserConfig) {
"getSleeveStats": atom,
"getTask": atom,
"getInformation": atom,
"getSleeveAugmentations": atom,
"getSleevePurchasableAugs": atom,
"purchaseSleeveAug": atom,
};
}();