mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
Made changing spotlight change the round to clear waypoints (#706)
This commit is contained in:
parent
312b4f0d25
commit
0c0d419be1
1 changed files with 4 additions and 1 deletions
|
|
@ -88,7 +88,10 @@ export default class DhCombatTracker extends foundry.applications.sidebar.tabs.C
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await this.viewed.update({ turn: this.viewed.turn === toggleTurn ? null : toggleTurn });
|
await this.viewed.update({
|
||||||
|
turn: this.viewed.turn === toggleTurn ? null : toggleTurn,
|
||||||
|
round: this.viewed.round + 1
|
||||||
|
});
|
||||||
await combatant.update(update);
|
await combatant.update(update);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue