Skip to content

Commit

Permalink
Telekinetic 2014 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Jan 30, 2025
1 parent 42e653f commit 58ce965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Fix for racial traits with level requirements imported on low level characters
- Experimental compendium import broke for some characters.
- Summon summons configs were not configured on spells (e.g. Mage Hand)
- Fix Telekinetic import for 2014 due to feature name change in DDB.

# 6.0.67

Expand Down
1 change: 1 addition & 0 deletions src/parser/enrichers/feat/Telekinetic.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default class Telekinetic extends DDBEnricherData {
get additionalActivities() {
return [
{ action: { name: "Telekinetic Shove", type: "feat", rename: ["Shove"] } },
{ action: { name: "Telekinetic: Shove", type: "feat", rename: ["Shove"] } },
];
}

Expand Down

0 comments on commit 58ce965

Please sign in to comment.