Show player names next to roles in night order lists#173
Merged
Skateside merged 1 commit intoSkateside:mainfrom Apr 19, 2026
Merged
Show player names next to roles in night order lists#173Skateside merged 1 commit intoSkateside:mainfrom
Skateside merged 1 commit intoSkateside:mainfrom
Conversation
Contributor
Author
|
cc @Skateside for review. Cheers! |
Owner
|
Interesting ... I know a couple of people have wanted this sort of thing. I like how it's looking. I'll have to test how it works on a RTL language and how it would handle things Legion |
Contributor
Author
|
Let me know if I can help out with any of that testing @Skateside , I'd love to see this get merged. |
Owner
|
Hi @d12 Sorry this one took a while for me to get to. Your code seems to work nicely with everything I tested against, just a couple of tweaks from me to allow for more names and remove dead players from the list, but the rest has been merged. Thanks for the work you did |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #55
This PR adds names next to character roles in the night order list. This makes it much easier as a Storyteller to figure out who you need to wake up in the night without needing to keep scrolling up and down to see the Grimoire above.
The diff is pretty straightforward, let me know if any changes are requested.