mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
css
This commit is contained in:
parent
a040beab13
commit
ca6dc047eb
8 changed files with 71 additions and 85 deletions
|
|
@ -272,17 +272,9 @@ export default class DhpActor extends Actor {
|
|||
system: systemData,
|
||||
content: config.chatMessage.template,
|
||||
rolls: [roll]
|
||||
}),
|
||||
msg2 = new cls({
|
||||
type: config.chatMessage.type ?? 'dualityRoll',
|
||||
sound: config.chatMessage.mute ? null : CONFIG.sounds.dice,
|
||||
system: {...systemData, forceDisplay: true },
|
||||
content: config.chatMessage.template,
|
||||
rolls: [roll]
|
||||
});
|
||||
|
||||
await cls.create(msg.toObject());
|
||||
await cls.create(msg2.toObject());
|
||||
}
|
||||
return roll;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue