Update README.md

This commit is contained in:
2025-05-03 08:26:22 +02:00
parent bd8b098b35
commit b7f13500a6
36 changed files with 124 additions and 73 deletions

View File

@ -250,6 +250,7 @@ export default class LethalFantasyCharacterSheet extends LethalFantasyActorSheet
async _onRoll(event, target) {
if (this.isEditMode) return
console.log("Roll event", event)
const rollType = event.target.dataset.rollType
let rollKey = event.target.dataset.rollKey;
let rollDice = event.target.dataset?.rollDice;