mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Removed rendered action tokens for Adversaries
This commit is contained in:
parent
0ca0ab360e
commit
d7f67a4580
4 changed files with 2 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ export default class DhCombatTracker extends foundry.applications.sidebar.tabs.C
|
|||
|
||||
async _prepareTurnContext(combat, combatant, index) {
|
||||
const turn = await super._prepareTurnContext(combat, combatant, index);
|
||||
return { ...turn, system: combatant.system.toObject() };
|
||||
return { ...turn, isNPC: combatant.isNPC, system: combatant.system.toObject() };
|
||||
}
|
||||
|
||||
_getCombatContextOptions() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue