From d80346f816c4eb256a5e24571e43da1c07587df9 Mon Sep 17 00:00:00 2001 From: phyzical Date: Thu, 24 Mar 2022 21:52:27 +0800 Subject: [PATCH] incorrect import --- src/PersonObjects/Resleeving/Resleeving.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PersonObjects/Resleeving/Resleeving.ts b/src/PersonObjects/Resleeving/Resleeving.ts index b4fe06248..2c99e51b3 100644 --- a/src/PersonObjects/Resleeving/Resleeving.ts +++ b/src/PersonObjects/Resleeving/Resleeving.ts @@ -19,6 +19,7 @@ import { IPlayerOwnedAugmentation, PlayerOwnedAugmentation } from "../../Augment import { AugmentationNames } from "../../Augmentation/data/AugmentationNames"; import { getRandomInt } from "../../utils/helpers/getRandomInt"; +import { infiltratorsMiniGameAugmentations } from "../../Augmentation/AugmentationCreator"; // Executes the actual re-sleeve when one is purchased export function purchaseResleeve(r: Resleeve, p: IPlayer): boolean {