Grafting API (no RAM costs yet)

This commit is contained in:
nickofolas
2022-03-23 12:35:15 -05:00
parent 1c696b5518
commit 3476f0f0eb
4 changed files with 130 additions and 1 deletions
@@ -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)) {