Fix spells bugs

This commit is contained in:
sladecraven 2020-11-07 00:43:59 +01:00
parent b9ca7c0489
commit 4c18110f51
1 changed files with 1 additions and 1 deletions

View File

@ -1410,7 +1410,7 @@ DiceWFRP.renderRollCard() as well as handleOpposedTarget().
if (!options.suppressMessage)
DiceWFRP.renderRollCard(cardOptions, result, options.rerenderMessage).then(msg => {
game.wfrp4edice.renderRollCard(cardOptions, result, options.rerenderMessage).then(msg => {
game.wfrp4e.opposed.handleOpposedTarget(msg) // Send to handleOpposed to determine opposed status, if any.
})
return {result, cardOptions};