mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Update module/applications/ui/combatTracker.mjs
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
This commit is contained in:
parent
9da7af7e98
commit
a31208a5be
1 changed files with 1 additions and 3 deletions
|
|
@ -188,9 +188,7 @@ export default class DhCombatTracker extends foundry.applications.sidebar.tabs.C
|
||||||
round: this.viewed.round + 1
|
round: this.viewed.round + 1
|
||||||
});
|
});
|
||||||
await combatant.update(update);
|
await combatant.update(update);
|
||||||
|
if (combatant.token) clearPreviousSpotlight();
|
||||||
if (!combatant.token) return;
|
|
||||||
clearPreviousSpotlight();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async clearTurn() {
|
async clearTurn() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue