nun auch bei rollAllAttributes

This commit is contained in:
2025-08-12 06:35:32 +02:00
parent 3a951b836d
commit 927639ea72
@@ -320,8 +320,9 @@ export default {
rollAllAttributes() {
// Roll all attributes at once
Object.keys(this.formData).forEach(key => {
const roll = this.$rollNotation('max(2d100)')
this.formData[key] = roll.selectedValue
//const roll = this.$rollNotation('max(2d100)')
//this.formData[key] = roll.selectedValue
this.rollAttribute(key)
})
this.updateTotal()