Fix actions again
All checks were successful
Release Creation / build (release) Successful in 58s

This commit is contained in:
2025-04-21 17:40:43 +02:00
parent 87a90b73ce
commit 4b087fc9d8
25 changed files with 105 additions and 90 deletions

View File

@ -69,6 +69,7 @@ export default class LethalFantasyActor extends Actor {
}
async prepareRoll(rollType, rollKey, rollDice ) {
console.log("Preparing roll", rollType, rollKey, rollDice)
let rollTarget
switch (rollType) {
case "granted":