Merge remote-tracking branch 'origin/main' into feature/item-support

This commit is contained in:
Oliver 2026-04-12 22:26:59 -06:00
commit 48760343ce
2 changed files with 2 additions and 3 deletions

View file

@ -13,8 +13,7 @@ export class AttributeOnlyPlayerSheet extends PlayerSheet {
}; };
static get PARTS() { static get PARTS() {
const parts = super.PARTS; const parts = deepClone(super.PARTS);
delete parts.tabs;
delete parts.content; delete parts.content;
return parts; return parts;
}; };

View file

@ -2,7 +2,7 @@
"id": "taf", "id": "taf",
"title": "Text-Based Actors", "title": "Text-Based Actors",
"description": "An intentionally minimalist system that enables you to play rules-light games without getting in your way!", "description": "An intentionally minimalist system that enables you to play rules-light games without getting in your way!",
"version": "2.6.0", "version": "2.6.2",
"download": "", "download": "",
"manifest": "", "manifest": "",
"url": "https://git.varify.ca/Foundry/taf", "url": "https://git.varify.ca/Foundry/taf",