mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
l
This commit is contained in:
parent
180c4d2a53
commit
ed3c4a9da2
4 changed files with 27 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const fields = foundry.data.fields;
|
||||
|
||||
export default class MacroField extends fields.DocumentUUIDField {
|
||||
static order = 100;
|
||||
static order = 200;
|
||||
|
||||
constructor(context = {}) {
|
||||
super({ type: "Macro" }, context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue