mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
DOCUMENTATION: Clarify getGraftableAugmentations API (#1858)
This commit is contained in:
@@ -48,8 +48,7 @@ export function NetscriptGrafting(): InternalAPI<IGrafting> {
|
||||
|
||||
getGraftableAugmentations: (ctx) => () => {
|
||||
checkGraftingAPIAccess(ctx);
|
||||
const graftableAugs = getGraftingAvailableAugs();
|
||||
return graftableAugs;
|
||||
return getGraftingAvailableAugs();
|
||||
},
|
||||
|
||||
graftAugmentation:
|
||||
|
||||
Reference in New Issue
Block a user