removes d2 from quickroll and overlay
All checks were successful
CI / deploy (push) Successful in 5m40s
CI / deploy (pull_request) Successful in 5m32s

This commit is contained in:
2025-02-22 14:37:39 +01:00
parent 6bf306dcc7
commit 19ff90284a
2 changed files with 2 additions and 2 deletions

View File

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