Fix conflicts

This commit is contained in:
Dapoolp 2025-07-06 22:57:37 +02:00
commit f038b7ccfd
152 changed files with 2150 additions and 2520 deletions

View file

@ -1,5 +1,5 @@
export default class DhAutomation extends foundry.abstract.DataModel {
static LOCALIZATION_PREFIXES = ['DAGGERHEART.Settings.Automation']; // Doesn't work for some reason
static LOCALIZATION_PREFIXES = ['DAGGERHEART.SETTINGS.Automation']; // Doesn't work for some reason
static defineSchema() {
const fields = foundry.data.fields;