mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
change initial value to fear position
This commit is contained in:
parent
5e28d34729
commit
db57bd356a
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue