mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
BaseDataItem hasActions false
This commit is contained in:
parent
5b4b4affb1
commit
8e9161cba5
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ export default class BaseDataItem extends foundry.abstract.TypeDataModel {
|
||||||
hasDescription: false,
|
hasDescription: false,
|
||||||
hasResource: false,
|
hasResource: false,
|
||||||
isQuantifiable: false,
|
isQuantifiable: false,
|
||||||
isInventoryItem: false
|
isInventoryItem: false,
|
||||||
|
hasActions: false
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue