Add the pet details (closes #135)
This commit is contained in:
parent
6504e33fad
commit
36976e5123
5 changed files with 107 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue