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() {
const parts = super.PARTS;
delete parts.tabs;
const parts = deepClone(super.PARTS);
delete parts.content;
return parts;
};

View file

@ -2,7 +2,7 @@
"id": "taf",
"title": "Text-Based Actors",
"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": "",
"manifest": "",
"url": "https://git.varify.ca/Foundry/taf",