chore: handle new T value for orowyrm chest (#2527)
Closes #2526 Reviewed-on: #2527 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
parent
41e3f0136f
commit
ddf3cd49b5
@ -1635,7 +1635,10 @@ function getRandomMissionDrops(
|
|||||||
rewardManifests = [
|
rewardManifests = [
|
||||||
"/Lotus/Types/Game/MissionDecks/DuviriEncounterRewards/DuviriMurmurFinalSteelChestRewards"
|
"/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.
|
// Orowyrm chest, gives 10 Pathos Clamps, or 15 on Steel Path.
|
||||||
drops.push({
|
drops.push({
|
||||||
StoreItem: "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
StoreItem: "/Lotus/StoreItems/Types/Gameplay/Duviri/Resource/DuviriDragonDropItem",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user