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

Technical: Fully move DungeonAPI.dungeonFloor to enum #1859

Closed

Conversation

martimavocado
Copy link
Contributor

Dependencies

  • pr_number_or_link_here

What

Describe what this pull request does, including technical details, screenshots, links to discord, etc.

Images

Changelog New Features

  • Cool new feature. - your_name_here
    • extra info

Changelog Improvements

  • Improved cool feature. - your_name_here
    • Extra info.

Changelog Fixes

  • Fixed cool feature. - your_name_here
    • Extra info.

Changelog Technical Details

  • Something technical you changed in the backend. - your_name_here
    • Extra info.

Changelog Removed Features

  • Removed cool feature. - your_name_here
    • Extra info.

Comment on lines 110 to 117
DungeonFloor.E -> "The Watcher"
DungeonFloor.F1, DungeonFloor.M1 -> "Bonzo"
DungeonFloor.F2, DungeonFloor.M2 -> "Scarf"
DungeonFloor.F3, DungeonFloor.M3 -> "The Professor"
DungeonFloor.F4, DungeonFloor.M4 -> "Thorn"
DungeonFloor.F5, DungeonFloor.M5 -> "Livid"
DungeonFloor.F6, DungeonFloor.M6 -> "Sadan"
DungeonFloor.F7, DungeonFloor.M7 -> "Maxor"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
DungeonFloor.E -> "The Watcher"
DungeonFloor.F1, DungeonFloor.M1 -> "Bonzo"
DungeonFloor.F2, DungeonFloor.M2 -> "Scarf"
DungeonFloor.F3, DungeonFloor.M3 -> "The Professor"
DungeonFloor.F4, DungeonFloor.M4 -> "Thorn"
DungeonFloor.F5, DungeonFloor.M5 -> "Livid"
DungeonFloor.F6, DungeonFloor.M6 -> "Sadan"
DungeonFloor.F7, DungeonFloor.M7 -> "Maxor"
DungeonFloor.F7, DungeonFloor.M7 -> "Maxor"
else -> floor.bossName

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i'm confused about this one

Copy link
Contributor

Choose a reason for hiding this comment

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

Just simplifying the code. It's different for F7/M7 because it checks for the first boss you fight (Maxor) instead of the final boss (Necron).

@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Jun 6, 2024
Copy link

github-actions bot commented Jun 6, 2024

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

…as-enum

# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/features/misc/ParticleHider.kt
@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Jun 6, 2024
Copy link

github-actions bot commented Jun 6, 2024

Conflicts have been resolved! 🎉

@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Jun 13, 2024
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonAPI.kt
Copy link

Conflicts have been resolved! 🎉

@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Jun 15, 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.

4 participants