mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
174 character context menu (#189)
* Set up the contextMenues properly * Fixed double item generation on drop
This commit is contained in:
parent
30ab18d683
commit
b4fff7b9e6
11 changed files with 197 additions and 62 deletions
11
lang/en.json
11
lang/en.json
|
|
@ -1099,6 +1099,17 @@
|
|||
"biography": "Biography",
|
||||
"effects": "Effects"
|
||||
},
|
||||
"ContextMenu": {
|
||||
"UseItem": "Use",
|
||||
"Equip": "Equip",
|
||||
"Unequip": "Unequip",
|
||||
"Edit": "Edit",
|
||||
"Delete": "Delete",
|
||||
"ToLoadout": "Send to Loadout",
|
||||
"ToVault": "Send to Vault",
|
||||
"Consume": "Consume Item",
|
||||
"SendToChat": "Send To Chat"
|
||||
},
|
||||
"Armor": {
|
||||
"Title": "Active Armor"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue