mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Set Party actor as a non-combat type
This commit is contained in:
parent
074a9486ae
commit
e6baec0b24
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export default class DHTokenHUD extends foundry.applications.hud.TokenHUD {
|
|||
}
|
||||
};
|
||||
|
||||
static #nonCombatTypes = ['environment', 'companion'];
|
||||
static #nonCombatTypes = ['environment', 'companion', 'party'];
|
||||
|
||||
async _prepareContext(options) {
|
||||
const context = await super._prepareContext(options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue