forked from GitHub-Mirrors/foundry-sw5e
Update entity.js
This commit is contained in:
parent
1d0b6c42d2
commit
85dc415f5f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export class Item5e extends Item {
|
|||
* @type {boolean}
|
||||
*/
|
||||
get hasAttack() {
|
||||
return ["mwak", "rwak", "msak", "rsak"].includes(this.data.data.actionType);
|
||||
return ["mwak", "rwak", "mpak", "rpak"].includes(this.data.data.actionType);
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue