mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fix action for items (#135)
This commit is contained in:
parent
187ee3e1bd
commit
b7ea925276
6 changed files with 11 additions and 5 deletions
|
|
@ -46,7 +46,6 @@ export default class DHWeapon extends BaseDataItem {
|
|||
max: 1,
|
||||
validTypes: ['weapon']
|
||||
}),
|
||||
// actions: new fields.ArrayField(new fields.EmbeddedDataField(DHAttackAction))
|
||||
actions: new fields.ArrayField(new ActionField())
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue