Muttley / foundryvtt-ac2d20

Achtung! Cthulhu 2d20 System for Foundry VTT
MIT License
4 stars 3 forks source link

Spell cost roll not displaying result in chat #114

Closed tak5haka closed 4 months ago

tak5haka commented 4 months ago

Clicking on the spell cost on an actor or NPC sheet triggers a roll with Dice So Nice, but does not push the result to chat.

Console shows the following error from Roller2D20.mjs:349:

Uncaught (in promise) 
ReferenceError: itemEffects is not defined
    at Roller2D20.sendD6ToChat (Roller2D20.mjs:349:16)
    at Roller2D20.parseD6Roll (Roller2D20.mjs:198:20)
    at Roller2D20.rollD6 (Roller2D20.mjs:319:20)

Foundry Version 11.315 Achtung! Cthulhu Version 11.6.1

Unsure if it is supposed to automatically add any resulting stress to the actor sheet (it currently doesn't)