Fix action for items (#135)

This commit is contained in:
Dapoulp 2025-06-13 23:59:20 +02:00 committed by GitHub
parent 187ee3e1bd
commit b7ea925276
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 5 deletions

View file

@ -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())
};
}