mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04: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"
|
"weapon": "Range Increase: Weapon"
|
||||||
},
|
},
|
||||||
"RefreshType": {
|
"RefreshType": {
|
||||||
|
"scene": "Scene",
|
||||||
"session": "Session",
|
"session": "Session",
|
||||||
"shortrest": "Short Rest",
|
"shortrest": "Short Rest",
|
||||||
"longrest": "Long Rest"
|
"longrest": "Long Rest"
|
||||||
|
|
|
||||||
|
|
@ -533,6 +533,10 @@ export const getDiceSoNicePresets = async (hopeFaces, fearFaces, advantageFaces
|
||||||
};
|
};
|
||||||
|
|
||||||
export const refreshTypes = {
|
export const refreshTypes = {
|
||||||
|
scene: {
|
||||||
|
id: 'session',
|
||||||
|
label: 'DAGGERHEART.GENERAL.RefreshType.scene'
|
||||||
|
},
|
||||||
session: {
|
session: {
|
||||||
id: 'session',
|
id: 'session',
|
||||||
label: 'DAGGERHEART.GENERAL.RefreshType.session'
|
label: 'DAGGERHEART.GENERAL.RefreshType.session'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue