From d372141b066fa275aa7e2bab57d268e0d9914bad Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 5 Jan 2025 06:23:31 +0100 Subject: [PATCH] fix typo --- src/controllers/api/infestedFoundryController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/infestedFoundryController.ts b/src/controllers/api/infestedFoundryController.ts index 64235053..51a9676f 100644 --- a/src/controllers/api/infestedFoundryController.ts +++ b/src/controllers/api/infestedFoundryController.ts @@ -299,7 +299,7 @@ const addInfestedFoundryXP = (infestedFoundry: IInfestedFoundry, delta: number): if (prevXP < 60750_00 && infestedFoundry.XP >= 60750_00) { recipeChanges.push({ ItemType: "/Lotus/Types/Recipes/AbilityOverrides/HelminthStatusBlueprint", ItemCount: 1 }); } - if (prevXP < 73125_00 && infestedFoundry.XP >= 73125) { + if (prevXP < 73125_00 && infestedFoundry.XP >= 73125_00) { infestedFoundry.Slots = 1; } if (prevXP < 86625_00 && infestedFoundry.XP >= 86625_00) {