Fix spells bugs

This commit is contained in:
sladecraven 2020-11-07 00:44:43 +01:00
parent 4c18110f51
commit 292ff281ac
2 changed files with 13 additions and 1 deletions

View File

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

File diff suppressed because one or more lines are too long