-
Notifications
You must be signed in to change notification settings - Fork 199
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
Feat: Add "show" to pref-adjust #1375
Feat: Add "show" to pref-adjust #1375
Conversation
This feature returns the list of Likes for a selected dwarf. This script may be useful if: * a user wants to view a quick list of likes for a dwarf * a user wants to view the list of likes after updating a dwarfs likes * Other scripts may find this helpful, as this functionality is not otherwise exposed via dfhack
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.
please also add a line to the Misc Improvements section of the "Future" version in changelog.txt
Thanks!
otherwise you'll get an extra error printed to the console when no unit is selected Co-authored-by: Myk <[email protected]>
Functional update: updated script to use call to `dfhack.script_help` function
Added notes to future>misc as requested in PR
Feedback on this is that if a unit is not selected, and this function is called, you will get two errors printed instead of the expected one.
pre-commit.ci autofix |
Co-authored-by: Myk <[email protected]>
Co-authored-by: Myk <[email protected]>
Co-authored-by: Myk <[email protected]>
Co-authored-by: Myk <[email protected]>
Co-authored-by: Myk <[email protected]>
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! we're in code freeze for the release tomorrow, but I'll merge it soon after we tag
This feature returns the list of Likes for a selected dwarf.
This script may be useful if: