This commit is contained in:
WBHarry 2025-07-02 15:44:38 +02:00
parent eb647f1e31
commit 97f8da69cd
5 changed files with 57 additions and 18 deletions

View file

@ -38,6 +38,11 @@ export const actionTypes = {
id: 'macro',
name: 'DAGGERHEART.Actions.Types.macro.name',
icon: 'fa-scroll'
},
beastform: {
id: 'beastform',
name: 'DAGGERHEART.Actions.Types.beastform.name',
icon: 'fa-paw'
}
};