mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Added missing scene refreshType (#790)
This commit is contained in:
parent
69346870b7
commit
8aa46f4cd1
2 changed files with 5 additions and 0 deletions
|
|
@ -1763,6 +1763,7 @@
|
|||
"weapon": "Range Increase: Weapon"
|
||||
},
|
||||
"RefreshType": {
|
||||
"scene": "Scene",
|
||||
"session": "Session",
|
||||
"shortrest": "Short Rest",
|
||||
"longrest": "Long Rest"
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue