Merge commit 'refs/pull/1547/head' of github.com:DFHack/dfhack into develop

develop
Ben Lubar 2020-04-11 13:04:04 -05:00
commit 3f72d9934e
No known key found for this signature in database
GPG Key ID: 92939677AB59EDA4
2 changed files with 2 additions and 0 deletions

@ -43,6 +43,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `tweak` embark-profile-name: fixed handling of the native shift+space key
## Misc Improvements
- `manipulator`: added intrigue to displayed skills
- `search`: added support for the fortress mode justice screen
## Lua

@ -242,6 +242,7 @@ const SkillColumn columns[] = {
{16, 3, profession::NONE, unit_labor::NONE, job_skill::FLATTERY, "Fl"},
{16, 3, profession::NONE, unit_labor::NONE, job_skill::CONSOLE, "Cs"},
{16, 3, profession::NONE, unit_labor::NONE, job_skill::PACIFY, "Pc"},
{16, 3, profession::NONE, unit_labor::NONE, job_skill::INTRIGUE, "Sc"},
// Noble
{17, 5, profession::TRADER, unit_labor::NONE, job_skill::APPRAISAL, "Ap"},
{17, 5, profession::ADMINISTRATOR, unit_labor::NONE, job_skill::ORGANIZATION, "Or"},