mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
f
This commit is contained in:
parent
17dd9b1f61
commit
479e147640
25 changed files with 339 additions and 289 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue