Fixed advantage with new action scope prefix: '~'

This commit is contained in:
Stefan Zermatten
2023-06-07 12:29:54 +02:00
parent 4d6c6b6094
commit 6bc737f850
9 changed files with 42 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ export default {
doAction.call({
actionId: this.model._id,
scope: {
$attackAdvantage: advantage,
'~attackAdvantage': { value: advantage },
}
}, error => {
this.doActionLoading = false;