Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
d8bee00130
commit
fc144aa3f6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export class DS4Actor extends Actor<DS4ActorDataType, DS4ItemDataType, DS4Item>
|
|||
case "creature":
|
||||
return ["weapon", "armor", "shield", "trinket", "equipment", "spell", "specialCreatureAbility"];
|
||||
default:
|
||||
[];
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue