details
This commit is contained in:
parent
c07b4d43b9
commit
5298d46d3f
@ -396,7 +396,7 @@ interface IHelminthInvigorationRequest {
|
|||||||
ResourceCosts: number[];
|
ResourceCosts: number[];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hours remaining -> percentage points gained
|
// Hours remaining -> percentage points gained (out of 30 total)
|
||||||
const apetiteModel = (x: number): number => {
|
const apetiteModel = (x: number): number => {
|
||||||
if (x <= 0) {
|
if (x <= 0) {
|
||||||
return 30;
|
return 30;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user