mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 16:24:06 +01:00
.
This commit is contained in:
parent
73d1edb0a1
commit
6aca609b4d
2 changed files with 18 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ export default class DhHomebrewSettings extends HandlebarsApplicationMixin(Appli
|
|||
...move,
|
||||
name: game.i18n.localize(move.name),
|
||||
description: game.i18n.localize(move.description),
|
||||
actions: Object.keys(move.actions).reduce((acc, key) => {
|
||||
actions: move.actions.reduce((acc, key) => {
|
||||
const action = move.actions[key];
|
||||
acc[key] = {
|
||||
...action,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue