Compare commits

..

No commits in common. "main" and "v2.6.0" have entirely different histories.
main ... v2.6.0

2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,5 @@
import { PlayerSheet } from "./PlayerSheet.mjs";
const { deepClone } = foundry.utils;
export class AttributeOnlyPlayerSheet extends PlayerSheet {
// #region Options
static DEFAULT_OPTIONS = {
@ -11,7 +9,7 @@ export class AttributeOnlyPlayerSheet extends PlayerSheet {
};
static get PARTS() {
const parts = deepClone(super.PARTS);
const parts = 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.1",
"version": "2.6.0",
"download": "",
"manifest": "",
"url": "https://git.varify.ca/Foundry/taf",