mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
Added action tokens and Request functionality
This commit is contained in:
parent
0f77697614
commit
0ca0ab360e
14 changed files with 340 additions and 28 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default class DhpCombat extends Combat {
|
||||
get combatant() {
|
||||
return this.combatants.contents.find(x => x.system.active) ?? null;
|
||||
return this.combatants.contents.find(x => x.system.spotlight.active) ?? null;
|
||||
}
|
||||
|
||||
async startCombat() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue