mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fix chat message display; start moving towards supporting Hope and Fear for Fate roll
This commit is contained in:
parent
fda1581c51
commit
bfd8031ecf
4 changed files with 81 additions and 54 deletions
|
|
@ -19,7 +19,6 @@ function getFateMessage(roll, flavor) {
|
|||
data-title="${label}"
|
||||
data-label="${dataLabel}"
|
||||
data-hope="${roll?.hope ?? 'd12'}"
|
||||
data-fear="${roll?.fear ?? 'd12'}"
|
||||
${label}
|
||||
</button>
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue