mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
[Fix] Base Attack Context Menu (#1961)
* Fixed Adversary standard attack context menu * Fixed Character base attack context menu * Fixed Companion base attack context menu
This commit is contained in:
parent
bcf274f1d0
commit
3c36c5747d
5 changed files with 72 additions and 2 deletions
|
|
@ -65,6 +65,14 @@ export default class CharacterSheet extends DHBaseActorSheet {
|
|||
fixed: true
|
||||
}
|
||||
},
|
||||
{
|
||||
handler: DHBaseActorSheet.getBaseAttackContextOptions,
|
||||
selector: '[data-item-uuid][data-type="attack"]',
|
||||
options: {
|
||||
parentClassHooks: false,
|
||||
fixed: true
|
||||
}
|
||||
},
|
||||
{
|
||||
handler: CharacterSheet.#getDomainCardContextOptions,
|
||||
selector: '[data-item-uuid][data-type="domainCard"]',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue