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;