Item Support #69

Merged
Oliver merged 50 commits from feature/item-support into main 2026-04-15 02:42:54 +00:00
Showing only changes of commit 4bbca4e786 - Show all commits

View file

@ -2,7 +2,7 @@ import { PlayerSheet } from "./PlayerSheet.mjs";
const { deepClone } = foundry.utils;
const removedParts = new Set([`content`, `tabs`]);
const removedParts = new Set([`content`]);
export class AttributeOnlyPlayerSheet extends PlayerSheet {
// #region Options