-
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
gui/cult lists #874
gui/cult lists #874
Conversation
-- error handling | ||
|
||
if not dfhack.isMapLoaded() then | ||
qerror('This script requires fort mode to be loaded') --(qerror might be typo, and should probably be error) |
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.
------------------------------------------------------------------------------------------ | ||
-- Noticed that this was an open fork, but hadn't been touched in months, so decided to have a shot at getting it finished | ||
-- I am not super familiar with lua or C/C++ but will see how thinbgs go. | ||
-- Doesn't seem like there are many problems with the script itself just needed to be formatted | ||
----------------------------------------------------------------------------------------- |
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.
This bit should be removed - more suitable for the PR description
@@ -0,0 +1,58 @@ | |||
gui/cult-lists.lua |
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.
There were several comments left on the original PR (https://github.com/DFHack/scripts/pull/664/files), and it looks like many could be addressed here as well. This line in particular needs the .lua
suffix removed, for one thing.
From #664. Has been months since last activity.
Checked outstanding issues, only seemed to be formatting, and one typo in docs/gui/cult-lists, haven't had time to test in-game yet