mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Begin damage
This commit is contained in:
parent
7cc92d153b
commit
1c90024a5d
11 changed files with 159 additions and 104 deletions
|
|
@ -266,10 +266,11 @@ export default class DhpActor extends Actor {
|
|||
*/
|
||||
async diceRoll(config, action) {
|
||||
// console.log(config)
|
||||
config.source = {...(config.source ?? {}), actor: this.id};
|
||||
const newConfig = {
|
||||
// data: {
|
||||
...config,
|
||||
action,
|
||||
/* action, */
|
||||
actor: this.getRollData(),
|
||||
// },
|
||||
// options: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue