We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per Putnam, "latest beta has a known crash when demanding tribute from guardian entities (i.e. mythical sites)" and provides the following script
function get_first_civilized_its_probably_dwarf() for k,v in ipairs(df.global.world.raws.creatures.all) do if v.OCCURS_AS_ENTITY_RACE then return k end end end local r=get_first_civilized_its_probably_dwarf() for k,v in ipairs(df.global.world.entities.all) do if v.race==-1 then v.race=r end end
We may want to implement.
The text was updated successfully, but these errors were encountered:
Fixed in #5181
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Per Putnam, "latest beta has a known crash when demanding tribute from guardian entities (i.e. mythical sites)" and provides the following script
We may want to implement.
The text was updated successfully, but these errors were encountered: