mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fixed so that AttackActions with a save will not stop the workflow of the fields if save automation is not on (#1353)
This commit is contained in:
parent
e57e7327d6
commit
8f917c3640
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export default class SaveField extends fields.SchemaField {
|
|||
if (SaveField.getAutomation() !== CONFIG.DH.SETTINGS.actionAutomationChoices.never.id || force) {
|
||||
targets ??= config.targets.filter(t => !config.hasRoll || t.hit);
|
||||
await SaveField.rollAllSave.call(this, targets, config.event, message);
|
||||
} else return false;
|
||||
} else return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue