feat: deepmines bounties #2933
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:deepmines-bounties-rewards"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #2936
Actually, how is this supposed to give rewards given that it's not in ExportRewards ?
oops, I forgot about that
feat: deepmines bountiesto WIP: feat: deepmines bountiesNow available with PE+ 0.5.93
WIP: feat: deepmines bountiesto feat: deepmines bountiesJust to be clear, you did test this PR, yes?
Yep, yesterday, it should be working now, only droptables was missing.
@ -2176,3 +2186,1 @@const drop = getRandomRewardByChance(rotationRewards, rng);if (drop) {drops.push({ StoreItem: drop.type, ItemCount: drop.itemCount });if (rotations.length > 1) {Why this change? What if
rotations.length == 1?