More fixes to allow further testing

This commit is contained in:
TJ 2021-01-04 22:16:56 -06:00
parent a597964bc4
commit e4e755fd68
5 changed files with 6 additions and 4 deletions

View file

@ -152,7 +152,7 @@ export default class Item5e extends Item {
const itemData = this.data;
const data = itemData.data;
const C = CONFIG.SW5E;
const labels = {};
const labels = this.labels = {};
// Classes
if ( itemData.type === "class" ) {