Finished logic

This commit is contained in:
WBHarry 2026-07-03 17:06:55 +02:00
parent f004227232
commit e63d19a2c4
5 changed files with 15 additions and 7 deletions

View file

@ -122,6 +122,10 @@ export default class DHWeapon extends AttachableItem {
return Boolean(this.weaponFeatures.find(x => x.value === 'reloading'));
}
get needsReload() {
return this.hasReload && this.resource.value === 0;
}
/**@inheritdoc */
async getDescriptionData() {
const baseDescription = this.description;