Fixed saving throw tag targeted effects

They will now roll dice effects before saving
This commit is contained in:
Stefan Zermatten
2022-11-19 19:15:53 +02:00
parent a568cdfb1e
commit dcfb380e57
2 changed files with 8 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ function rollCheck(prop, actionContext) {
});
}
function applyUnresolvedEffects(prop, scope) {
export function applyUnresolvedEffects(prop, scope) {
let effectBonus = 0;
let effectString = '';
if (!prop.effects) {