DOCUMENTATION: Clarify getGraftableAugmentations API (#1858)

This commit is contained in:
catloversg
2024-12-18 18:23:56 +07:00
committed by GitHub
parent 40f3d6ea7b
commit c2fe6108e1
4 changed files with 19 additions and 10 deletions
+1 -2
View File
@@ -48,8 +48,7 @@ export function NetscriptGrafting(): InternalAPI<IGrafting> {
getGraftableAugmentations: (ctx) => () => {
checkGraftingAPIAccess(ctx);
const graftableAugs = getGraftingAvailableAugs();
return graftableAugs;
return getGraftingAvailableAugs();
},
graftAugmentation: