mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 10:29:54 +02:00
Added Resource capability to armor items
This commit is contained in:
parent
eccab6ad64
commit
4e3721aae8
3 changed files with 4 additions and 2 deletions
|
|
@ -8,7 +8,8 @@ export default class DHArmor extends AttachableItem {
|
|||
type: 'armor',
|
||||
hasDescription: true,
|
||||
isInventoryItem: true,
|
||||
hasActions: true
|
||||
hasActions: true,
|
||||
hasResource: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue