From 5298d46d3ff143e66ad9a4d5193a73ad8bf4323c Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 5 Jan 2025 09:13:53 +0100 Subject: [PATCH] details --- 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 bdb48403..0dba80d0 100644 --- a/src/controllers/api/infestedFoundryController.ts +++ b/src/controllers/api/infestedFoundryController.ts @@ -396,7 +396,7 @@ interface IHelminthInvigorationRequest { ResourceCosts: number[]; } -// Hours remaining -> percentage points gained +// Hours remaining -> percentage points gained (out of 30 total) const apetiteModel = (x: number): number => { if (x <= 0) { return 30;