Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Superior guarantee konar keys #6171

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Superior guarantee konar keys #6171

merged 1 commit into from
Nov 8, 2024

Conversation

DayV-git
Copy link
Contributor

@DayV-git DayV-git commented Nov 3, 2024

Description:

Ensure superiors always drop brimstone keys on konar tasks. Tidied / merged version of #5942.

Closes #5999.

Changes:

  • Ensure superiors always drop brimstone keys on konar tasks

Other checks:

  • I have tested all my changes thoroughly.

@@ -335,9 +335,10 @@ export function doMonsterTrip(data: newOptions) {
monster.specialLoot({ loot, ownedItems: gearBank.bank, quantity: finalQuantity, cl: data.cl });
}
if (newSuperiorCount) {
loot.add(superiorTable?.kill(newSuperiorCount));
loot.add(superiorTable?.kill(newSuperiorCount).set('Brimstone key', 0)); //remove the rng keys, todo: remove drop from superiors in osjs?

This comment was marked as resolved.

@gc gc merged commit 26414dd into oldschoolgg:master Nov 8, 2024
4 checks passed
@DayV-git DayV-git deleted the konar branch November 17, 2024 11:27
@DayV-git DayV-git restored the konar branch November 28, 2024 09:47
@DayV-git DayV-git deleted the konar branch November 28, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

100% Brimstone keys from konar slayer task supperiors
2 participants