Added missing scene refreshType (#790)

This commit is contained in:
WBHarry 2025-08-10 19:37:44 +02:00 committed by GitHub
parent 69346870b7
commit 8aa46f4cd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -1763,6 +1763,7 @@
"weapon": "Range Increase: Weapon"
},
"RefreshType": {
"scene": "Scene",
"session": "Session",
"shortrest": "Short Rest",
"longrest": "Long Rest"

View file

@ -533,6 +533,10 @@ export const getDiceSoNicePresets = async (hopeFaces, fearFaces, advantageFaces
};
export const refreshTypes = {
scene: {
id: 'session',
label: 'DAGGERHEART.GENERAL.RefreshType.scene'
},
session: {
id: 'session',
label: 'DAGGERHEART.GENERAL.RefreshType.session'