mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
.
This commit is contained in:
parent
d5859704c5
commit
1a1b01ded5
1 changed files with 0 additions and 6 deletions
|
|
@ -173,12 +173,6 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
|
|||
return actorData;
|
||||
}
|
||||
|
||||
joinResourceUpdates(updates) {
|
||||
return updates.reduce((acc, update) => {
|
||||
if (acc) return acc;
|
||||
}, []);
|
||||
}
|
||||
|
||||
/**
|
||||
* Execute each part of the Action workflow in order, calling a specific event before and after each part.
|
||||
* @param {object} config Config object usually created from prepareConfig method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue