adds dice instead of just rolling
All checks were successful
CI / deploy (push) Successful in 7m29s

This commit is contained in:
Arindy 2025-04-07 19:07:53 +02:00
parent 18bb994a0f
commit e0c30c7da7

View File

@ -40,7 +40,7 @@
foreground: data.numberColor
}
}).then(() => {
diceBox.roll(data.roll.filter(it => it.split('@')[0].split('d')[1] !== "2").join('&'));
diceBox.add(data.roll.filter(it => it.split('@')[0].split('d')[1] !== "2").join('&'));
})
})
</script>