From 2b44e52cab541ec3b7a902cdb52277af6a750ccf Mon Sep 17 00:00:00 2001 From: Nilsolm Date: Sat, 11 Apr 2020 16:47:29 +0200 Subject: [PATCH 1/2] Add intrigue skill to manipulator --- plugins/manipulator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/manipulator.cpp b/plugins/manipulator.cpp index 33d5ff884..e9206dc0f 100644 --- a/plugins/manipulator.cpp +++ b/plugins/manipulator.cpp @@ -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"}, From d734c83a280400c0c9ca7c51edc21c7e6cc20826 Mon Sep 17 00:00:00 2001 From: Nilsolm Date: Sat, 11 Apr 2020 17:26:09 +0200 Subject: [PATCH 2/2] also update the changelog --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 3ca170566..d2404c951 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -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