mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Update module/data/fields/action/targetField.mjs
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
This commit is contained in:
parent
6ee02bb37b
commit
a3ca96bee6
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export default class TargetField extends fields.SchemaField {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Format actor to useful datas for Action roll workflow.
|
* Format actor to useful datas for Action roll workflow.
|
||||||
* @param {*} token Actor object to format.
|
* @param {*} token Token object to format.
|
||||||
* @returns {*} Formatted Actor.
|
* @returns {*} Formatted Actor.
|
||||||
*/
|
*/
|
||||||
static formatTarget(token) {
|
static formatTarget(token) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue