Fixed advantage with new action scope prefix: '~'
This commit is contained in:
@@ -53,7 +53,7 @@ export default {
|
||||
doAction.call({
|
||||
actionId: this.model._id,
|
||||
scope: {
|
||||
$attackAdvantage: advantage,
|
||||
'~attackAdvantage': { value: advantage },
|
||||
}
|
||||
}, error => {
|
||||
this.doActionLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user