Fix initiative again
Release Creation / build (release) Successful in 43s

This commit is contained in:
2026-05-18 07:58:28 +02:00
parent db3e8b5d35
commit 7279cd752d
33 changed files with 120 additions and 95 deletions
-1
View File
@@ -284,7 +284,6 @@ export default class LethalFantasyMonster extends foundry.abstract.TypeDataModel
// In all cases
if (rollTarget) {
rollTarget.tokenId = tokenId
console.log(rollTarget)
await this.roll(rollType, rollTarget, defenderId, defenderTokenId, extraShieldDr)
}
}