netscript def is raw loaded

This commit is contained in:
Olivier Gagnon
2021-10-27 23:19:19 -04:00
parent d4849cf50f
commit 91877dc172
9 changed files with 4818 additions and 5600 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function Augmentations(props: IProps): React.ReactElement {
}
function queueAllAugs(): void {
for (const augName of Object.keys(AugmentationNames)) {
for (const augName of Object.values(AugmentationNames)) {
props.player.queueAugmentation(augName);
}
}