This commit is contained in:
WBHarry 2025-07-14 01:00:27 +02:00
parent a6cdbef73c
commit 9596fe863a
5 changed files with 4 additions and 7 deletions

View file

@ -10,7 +10,6 @@ export default class DHArmor extends AttachableItem {
label: 'TYPES.Item.armor',
type: 'armor',
hasDescription: true,
isQuantifiable: true,
isInventoryItem: true
});
}