Cost & Range #1

This commit is contained in:
Dapoolp 2025-06-14 11:17:48 +02:00
parent f983ae392f
commit 7f8799f2dc
10 changed files with 112 additions and 47 deletions

View file

@ -552,7 +552,7 @@ export default class DhpActor extends Actor {
}
//Move to action-scope?
async useAction(action) {
/* async useAction(action) {
const userTargets = Array.from(game.user.targets);
const otherTarget = action.target.type === SYSTEM.ACTIONS.targetTypes.other.id;
if (otherTarget && userTargets.length === 0) {
@ -614,5 +614,5 @@ export default class DhpActor extends Actor {
cls.create(msg.toObject());
}
}
} */
}