Fixed saving throw tag targeted effects
They will now roll dice effects before saving
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user