Added Resource capability to armor items (#2060)

This commit is contained in:
WBHarry 2026-07-06 20:08:44 +02:00 committed by GitHub
parent 7e6fc03230
commit 4b5550a097
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,8 @@ export default class DHArmor extends AttachableItem {
type: 'armor',
hasDescription: true,
isInventoryItem: true,
hasActions: true
hasActions: true,
hasResource: true
});
}