detail
This commit is contained in:
parent
ebcea06668
commit
2a7b9709e5
@ -108,7 +108,7 @@ export const claimCompletedRecipeController: RequestHandler = async (req, res) =
|
||||
|
||||
if (recipe.secretIngredientAction == "SIA_CREATE_KUBROW") {
|
||||
const pet = inventory.KubrowPets.id(pendingRecipe.KubrowPet!)!;
|
||||
if (pet.Details!.HatchDate!.getTime() >= Date.now()) {
|
||||
if (pet.Details!.HatchDate!.getTime() > Date.now()) {
|
||||
pet.Details!.HatchDate = new Date();
|
||||
}
|
||||
let canSetActive = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user