chore: handle new T value for orowyrm chest
All checks were successful
Build / build (pull_request) Successful in 1m0s

This commit is contained in:
Sainan 2025-07-21 12:24:12 +02:00
parent 0f6b55beed
commit 8613464b6f

View File

@ -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",