mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Fix the sliders to do the correct maximums
This commit is contained in:
parent
a071626e43
commit
2c93defd9c
3 changed files with 4 additions and 3 deletions
|
|
@ -45,7 +45,6 @@ function getFateMessage(roll, flavor) {
|
|||
export const renderFateButton = async event => {
|
||||
const button = event.currentTarget,
|
||||
target = getCommandTarget({ allowNull: true });
|
||||
console.log('button', button);
|
||||
|
||||
const fateTypeData = getFateTypeData(button.dataset?.fatetype);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue