Skip to content

Commit 2b44e52

Browse files
committed
Add intrigue skill to manipulator
1 parent 0b926e2 commit 2b44e52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/manipulator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ const SkillColumn columns[] = {
242242
{16, 3, profession::NONE, unit_labor::NONE, job_skill::FLATTERY, "Fl"},
243243
{16, 3, profession::NONE, unit_labor::NONE, job_skill::CONSOLE, "Cs"},
244244
{16, 3, profession::NONE, unit_labor::NONE, job_skill::PACIFY, "Pc"},
245+
{16, 3, profession::NONE, unit_labor::NONE, job_skill::INTRIGUE, "Sc"},
245246
// Noble
246247
{17, 5, profession::TRADER, unit_labor::NONE, job_skill::APPRAISAL, "Ap"},
247248
{17, 5, profession::ADMINISTRATOR, unit_labor::NONE, job_skill::ORGANIZATION, "Or"},

0 commit comments

Comments
 (0)