change initial value to fear position

This commit is contained in:
Murilo Brito 2026-07-21 16:33:50 -03:00
parent 5e28d34729
commit db57bd356a

View file

@ -44,7 +44,7 @@ export default class DhAppearance extends foundry.abstract.DataModel {
fearPosition: new StringField({
required: true,
choices: CONFIG.DH.GENERAL.fearPosition,
initial: CONFIG.DH.GENERAL.fearPosition.free.value
initial: CONFIG.DH.GENERAL.fearPosition.topCenter.value
}),
displayCountdownUI: new BooleanField({ initial: true }),
diceSoNice: new SchemaField({