Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Johannes Loher 2021-01-18 19:03:08 +01:00
parent d8bee00130
commit fc144aa3f6

View file

@ -44,7 +44,7 @@ export class DS4Actor extends Actor<DS4ActorDataType, DS4ItemDataType, DS4Item>
case "creature": case "creature":
return ["weapon", "armor", "shield", "trinket", "equipment", "spell", "specialCreatureAbility"]; return ["weapon", "armor", "shield", "trinket", "equipment", "spell", "specialCreatureAbility"];
default: default:
[]; return [];
} }
} }