mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
Grafting API (no RAM costs yet)
This commit is contained in:
@@ -21,7 +21,7 @@ import { CraftableAugmentation } from "../CraftableAugmentation";
|
||||
|
||||
const CraftableAugmentations: IMap<CraftableAugmentation> = {};
|
||||
|
||||
const getAvailableAugs = (player: IPlayer): string[] => {
|
||||
export const getAvailableAugs = (player: IPlayer): string[] => {
|
||||
const augs: string[] = [];
|
||||
|
||||
for (const [augName, aug] of Object.entries(Augmentations)) {
|
||||
|
||||
Reference in New Issue
Block a user