Add the pet details (closes #135)

This commit is contained in:
Oliver-Akins 2024-03-25 21:33:14 -06:00
parent 6504e33fad
commit 36976e5123
5 changed files with 107 additions and 3 deletions

View file

@ -117,7 +117,7 @@ export class PlayerSheetv2 extends GenericActorSheet {
return stats;
};
_itemTypesHidden = new Set([`pet`, `armour`, `equipment`, `structure`, `service`]);
_itemTypesHidden = new Set([`armour`, `equipment`, `structure`, `service`]);
toggleItemFilter(filterName) {
if (this._itemTypesHidden.has(filterName)) {
this._itemTypesHidden.delete(filterName);