Remove comments

This commit is contained in:
Dapoolp 2025-07-12 18:21:40 +02:00
parent d9ef062ce2
commit d2f6a2409f
4 changed files with 0 additions and 14 deletions

View file

@ -97,15 +97,7 @@ export class DHDamageData extends foundry.abstract.DataModel {
/** @override */
static defineSchema() {
return {
// ...super.defineSchema(),
base: new fields.BooleanField({ initial: false, readonly: true, label: 'Base' }),
/* type: new fields.StringField({
choices: CONFIG.DH.GENERAL.damageTypes,
initial: 'physical',
label: 'Type',
nullable: false,
required: true
}), */
type: new fields.SetField(
new fields.StringField({
choices: CONFIG.DH.GENERAL.damageTypes,