mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed subclass effects
This commit is contained in:
parent
c15d55a505
commit
51f9b5d5c1
4 changed files with 26 additions and 18 deletions
|
|
@ -89,7 +89,7 @@ class DhCountdown extends foundry.abstract.DataModel {
|
|||
current: new fields.NumberField({
|
||||
required: true,
|
||||
integer: true,
|
||||
initial: 0,
|
||||
initial: 1,
|
||||
label: 'DAGGERHEART.Countdown.FIELDS.countdowns.element.progress.current.label'
|
||||
}),
|
||||
max: new fields.NumberField({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue