diff --git a/src/PersonObjects/Resleeving/Resleeving.ts b/src/PersonObjects/Resleeving/Resleeving.ts index 2c99e51b3..e3ce76839 100644 --- a/src/PersonObjects/Resleeving/Resleeving.ts +++ b/src/PersonObjects/Resleeving/Resleeving.ts @@ -112,7 +112,8 @@ export function generateResleeves(): Resleeve[] { AugmentationNames.StaneksGift1, AugmentationNames.StaneksGift2, AugmentationNames.StaneksGift3, - ].map((faction) => faction as string); + ...infiltratorsMiniGameAugmentations, + ].map((augmentation) => augmentation as string); if (forbidden.includes(randKey)) { continue; }