feat: add resources to weapons

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
Gergely Brautigam 2026-07-02 19:56:17 +02:00
parent 8c6a470d84
commit cdc507c5f7
No known key found for this signature in database
GPG key ID: 3763870D61A6E2CA
7 changed files with 38 additions and 9 deletions

View file

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