Minot fixes

This commit is contained in:
2025-01-22 08:59:31 +01:00
parent 0d0c604496
commit f00a69e9b4
32 changed files with 112 additions and 109 deletions

View File

@ -175,7 +175,7 @@ export default class LethalFantasyMonsterSheet extends LethalFantasyActorSheet {
rollTarget = foundry.utils.duplicate(this.document.system.attacks[rollKey])
rollTarget.rollKey = rollKey
break
case "resist":
case "monster-skill":
rollTarget = foundry.utils.duplicate(this.document.system.resists[rollKey])
rollTarget.rollKey = rollKey
break