FEAT: add class prepareBaseData for domains

This commit is contained in:
Joaquin Pereyra 2025-05-31 13:31:59 -03:00
parent 527a0cd419
commit 996e72d4f2
4 changed files with 10 additions and 6 deletions

View file

@ -15,7 +15,6 @@ export default class DHFeature extends BaseDataItem {
/** @inheritDoc */
static defineSchema() {
const fields = foundry.data.fields;
console.log(SYSTEM.EFFECTS.applyLocations)
return {
...super.defineSchema(),
type: new fields.StringField({ choices: SYSTEM.ITEM.featureTypes }),