This commit is contained in:
Psitacus 2026-01-10 00:01:12 +00:00 committed by GitHub
commit 64c0e38664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 97 additions and 19 deletions

View file

@ -690,6 +690,10 @@ export const countdownBaseTypes = {
encounter: {
id: 'encounter',
label: 'DAGGERHEART.APPLICATIONS.Countdown.types.encounter'
},
longterm: {
id: 'longterm',
label: 'DAGGERHEART.APPLICATIONS.Countdown.types.longterm'
}
};