From 85a446f67f309c00643f79bf6bc5e969e5325ff9 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:50:59 -0800 Subject: [PATCH] fix: acquisition of new KubrowEgg item (#3015) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3015 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> --- src/services/inventoryService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/inventoryService.ts b/src/services/inventoryService.ts index d01b42ff..83c09af2 100644 --- a/src/services/inventoryService.ts +++ b/src/services/inventoryService.ts @@ -808,6 +808,7 @@ export const addItem = async ( typeName.substring(1).split("/")[3] == "KubrowPet" ) { if ( + typeName != "/Lotus/Types/Game/KubrowPet/Eggs/KubrowEgg" && typeName != "/Lotus/Types/Game/KubrowPet/Eggs/KubrowPetEggItem" && typeName != "/Lotus/Types/Game/KubrowPet/BlankTraitPrint" && typeName != "/Lotus/Types/Game/KubrowPet/ImprintedTraitPrint"