Added action tokens and Request functionality

This commit is contained in:
WBHarry 2025-06-06 21:09:14 +02:00
parent 0f77697614
commit 0ca0ab360e
14 changed files with 340 additions and 28 deletions

View file

@ -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() {