This commit is contained in:
Dapoolp 2025-07-24 15:28:43 +02:00
parent 17dd9b1f61
commit 479e147640
25 changed files with 339 additions and 289 deletions

View file

@ -69,7 +69,7 @@ export default class DHWeapon extends AttachableItem {
}
get actionsList() {
return [this.attack, ...this.actions];
return new Set([this.attack, ...this.actions]);
}
get customActions() {