mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Fix/864 chat targeting (#911)
* Fix targeting * Fix chat target selection * Uncomment chatDisplay * Removed unessecary arg
This commit is contained in:
parent
432179d52f
commit
c579b5f63c
3 changed files with 3 additions and 3 deletions
|
|
@ -110,6 +110,7 @@ export default class DHActorRoll extends foundry.abstract.TypeDataModel {
|
|||
if (this.hasTarget) {
|
||||
this.hasHitTarget = this.targets.filter(t => t.hit === true).length > 0;
|
||||
this.currentTargets = this.getTargetList();
|
||||
// this.registerTargetHook();
|
||||
|
||||
if (this.targetMode === true && this.hasRoll) {
|
||||
this.targetShort = this.targets.reduce(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue