From ddf3cd49b5215e119cad6c55e4d73505662ea790 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 22 Jul 2025 07:34:22 -0700 Subject: [PATCH] chore: handle new T value for orowyrm chest (#2527) Closes #2526 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2527 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> --- src/services/missionInventoryUpdateService.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/services/missionInventoryUpdateService.ts b/src/services/missionInventoryUpdateService.ts index d235ea8b..fec646b2 100644 --- a/src/services/missionInventoryUpdateService.ts +++ b/src/services/missionInventoryUpdateService.ts @@ -1635,7 +1635,10 @@ function getRandomMissionDrops( rewardManifests = [ "/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalSteelChestRewards" ]; - } else if (RewardInfo.T == 70) { + } else if ( + RewardInfo.T == 70 || + RewardInfo.T == 6 // https://onlyg.it/OpenWF/SpaceNinjaServer/issues/2526 + ) { // Orowyrm chest, gives 10 Pathos Clamps, or 15 on Steel Path. drops.push({ StoreItem: "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",