mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Fixed so that the new feature button in the character sheet can take you to the compendium browser
This commit is contained in:
parent
d518993ec9
commit
7842bb00b6
3 changed files with 16 additions and 11 deletions
|
|
@ -691,6 +691,9 @@ export default function DHApplicationMixin(Base) {
|
|||
case 'weapon':
|
||||
presets.folder = 'equipments.folders.weapons';
|
||||
break;
|
||||
case 'feature':
|
||||
presets.folder = 'features';
|
||||
break;
|
||||
case 'domainCard':
|
||||
presets.folder = 'domains';
|
||||
presets.filter = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue