feat: deepmines bounties #2933

Merged
Sainan merged 4 commits from AMelonInsideLemon/SpaceNinjaServer:deepmines-bounties-rewards into main 2025-10-26 06:37:44 -07:00

Closes #2936

Closes #2936
AMelonInsideLemon added 1 commit 2025-10-23 17:45:02 -07:00
feat: deepmines bounties
All checks were successful
Build / build (pull_request) Successful in 1m8s
8104e2fc27
Sainan approved these changes 2025-10-23 23:16:02 -07:00
Dismissed
Owner

Actually, how is this supposed to give rewards given that it's not in ExportRewards ?

Actually, how is this supposed to give rewards given that it's not in ExportRewards ?
Author
Member

oops, I forgot about that

oops, I forgot about that
AMelonInsideLemon changed title from feat: deepmines bounties to WIP: feat: deepmines bounties 2025-10-24 06:01:01 -07:00
Sainan dismissed Sainan’s review 2025-10-24 06:02:39 -07:00
Owner

Now available with PE+ 0.5.93

Now available with PE+ 0.5.93
AMelonInsideLemon added 1 commit 2025-10-25 00:27:23 -07:00
update pe+
All checks were successful
Build / build (pull_request) Successful in 1m9s
42c26b0fc9
AMelonInsideLemon changed title from WIP: feat: deepmines bounties to feat: deepmines bounties 2025-10-25 00:27:27 -07:00
Owner

Just to be clear, you did test this PR, yes?

Just to be clear, you did test this PR, yes?
AMelonInsideLemon added 1 commit 2025-10-25 00:35:34 -07:00
Update missionInventoryUpdateService.ts
All checks were successful
Build / build (pull_request) Successful in 2m56s
a5403ef1c0
Author
Member

Yep, yesterday, it should be working now, only droptables was missing.

Yep, yesterday, it should be working now, only droptables was missing.
Sainan reviewed 2025-10-25 00:48:42 -07:00
@ -2176,3 +2186,1 @@
const drop = getRandomRewardByChance(rotationRewards, rng);
if (drop) {
drops.push({ StoreItem: drop.type, ItemCount: drop.itemCount });
if (rotations.length > 1) {
Owner

Why this change? What if rotations.length == 1?

Why this change? What if `rotations.length == 1`?
AMelonInsideLemon added 1 commit 2025-10-25 01:04:50 -07:00
avoid unnecessary cucling rewardManifests.forEach
All checks were successful
Build / build (pull_request) Successful in 1m10s
046c7d9cab
Sainan approved these changes 2025-10-25 07:15:09 -07:00
Sainan merged commit 3ae535ccbc into main 2025-10-26 06:37:44 -07:00
Sainan deleted branch deepmines-bounties-rewards 2025-10-26 06:37:45 -07:00
Sign in to join this conversation.
No description provided.