Skip to content

Commit

Permalink
add Halfling Ingenuity & Eclectic Skill to trained exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Dec 2, 2024
1 parent 09bdfce commit 24e92c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hud/sidebar/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ const CHIRURGEON = "Compendium.pf2e.classfeatures.Item.eNZnx4LISDNftbx2";
const UNTRAINED_IMPROVISATION = [
"Compendium.pf2e.feats-srd.Item.KcbSxOPYC5CUqbZQ", // Cleaver Improviser
"Compendium.pf2e.feats-srd.Item.73JyUrJnH3nOQJM5", // Ceremony of Knowledge
"Compendium.pf2e.feats-srd.Item.jNrpvEqfncdGZPak", // Halfling Ingenuity
"Compendium.pf2e.feats-srd.Item.TOyqtUUnOkOLl1Pm", // Eclectic Skill
];

const ACTION_IMAGES: Record<string, string> = {
Expand Down

0 comments on commit 24e92c0

Please sign in to comment.