- 20Q template sync on the actor for old ronin

- Added ability to drop a (Curriculum) Journal to have a button in school experience tab.
This commit is contained in:
Vlyan
2021-06-29 14:13:32 +02:00
parent 885edf5aed
commit fc86f328fa
9 changed files with 98 additions and 9 deletions

View File

@@ -366,6 +366,7 @@ export class TwentyQuestionsDialog extends FormApplication {
this.actor.data.data.twenty_questions = this.object.data;
await this.actor.update({
data: {
template: formData["template"],
twenty_questions: this.object.data,
},
});