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

Amulet of torture simItems #6202

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Amulet of torture simItems #6202

merged 2 commits into from
Nov 21, 2024

Conversation

nwjgit
Copy link
Contributor

@nwjgit nwjgit commented Nov 20, 2024

Description:

Add Amulet of rancour and Amulet of rancour(s) to Amulet of torture similar items.

Changes:

  • Update Amulet of torture under similarItems.ts

Other checks:

  • I have tested all my changes thoroughly.

@@ -110,7 +110,7 @@ const source: [string, (string | number)[]][] = [
['Tzhaar-ket-om', ['Tzhaar-ket-om (t)']],
['Berserker necklace', ['Berserker necklace (or)']],
['Amulet of fury', ['Amulet of fury (or)', 'Amulet of blood fury']],
['Amulet of torture', ['Amulet of torture (or)']],
['Amulet of torture', ['Amulet of torture (or)', 'Amulet of rancour', 'Amulet of rancour (s)']],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The addition of 'Amulet of rancour' and 'Amulet of rancour (s)' to 'Amulet of torture' similar items is redundant since 'Amulet of rancour' already has 'Amulet of rancour (s)' as a similar item. Consider removing them from this list to avoid duplication.

Suggested change
['Amulet of torture', ['Amulet of torture (or)', 'Amulet of rancour', 'Amulet of rancour (s)']],
['Amulet of torture', ['Amulet of torture (or)']],

@gc gc merged commit 5217977 into oldschoolgg:master Nov 21, 2024
4 checks passed
gc pushed a commit that referenced this pull request Dec 17, 2024
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.

2 participants