-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Feature: Add player highlighting for the Punchcard Artifact #1089
Conversation
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/PunchcardHighlight.kt
Outdated
Show resolved
Hide resolved
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/SkyHanniMod.kt
Conflicts have been resolved! 🎉 |
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/SkyHanniMod.kt
Conflicts have been resolved! 🎉 |
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/SkyHanniMod.kt
Conflicts have been resolved! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cant test, so only code cleanups so far.
src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/PunchcardHighlight.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/PunchcardHighlight.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/PunchcardHighlight.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/PunchcardHighlight.kt
Outdated
Show resolved
Hide resolved
Conflicts have been resolved! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cant test this feature in game. have just reviewed the code
src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/PunchcardHighlight.kt
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/PunchcardHighlight.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/PunchcardHighlight.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/PunchcardHighlight.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
src/main/java/at/hannibal2/skyhanni/config/features/rift/PunchcardConfig.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested, works fine in game
What
Highlights unpunched players in the Rift, for use with the Punchcard Artifact.
Also adds an overlay with how many players were punched in the current session.
both these features have a reverse mode, highlighting only punched players and counting down how many punched players are left.
https://canary.discord.com/channels/997079228510117908/1211833441444823080
Images
current issues:
Changelog New Features