added two additonal augmentations

* refactored augmentation names to enum
This commit is contained in:
phyzical
2022-03-24 21:19:49 +08:00
parent 80edb744bf
commit e8fffc6183
5 changed files with 189 additions and 262 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export function generateResleeves(): Resleeve[] {
AugmentationNames.StaneksGift1,
AugmentationNames.StaneksGift2,
AugmentationNames.StaneksGift3,
];
].map((faction) => faction as string);
if (forbidden.includes(randKey)) {
continue;
}