improve wording
All checks were successful
Build / build (22) (push) Successful in 41s
Build / build (18) (push) Successful in 1m9s
Build / build (20) (push) Successful in 1m9s
Build / build (18) (pull_request) Successful in 45s
Build / build (20) (pull_request) Successful in 1m7s
Build / build (22) (pull_request) Successful in 1m16s

This commit is contained in:
Sainan 2025-03-20 16:31:16 +01:00
parent 5ea736d72f
commit d90ba6d309

View File

@ -46,7 +46,7 @@ const scaleAmount = (day: number, amount: number, scalingMultiplier: number): nu
return amount + Math.min(day, 3000) / divisor; return amount + Math.min(day, 3000) / divisor;
}; };
// Always produces the same result if used the same account and day. // Always produces the same result for the same account _id & LoginDays pair.
export const getRandomLoginRewards = ( export const getRandomLoginRewards = (
account: TAccountDocument, account: TAccountDocument,
inventory: TInventoryDatabaseDocument inventory: TInventoryDatabaseDocument