Item Support #69

Merged
Oliver merged 50 commits from feature/item-support into main 2026-04-15 02:42:54 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 48760343ce - Show all commits

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",