mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Cost & Range #1
This commit is contained in:
parent
f983ae392f
commit
7f8799f2dc
10 changed files with 112 additions and 47 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue