Minion can now choose a stance and if they are prepared in sheet

This commit is contained in:
Vlyan
2021-01-24 16:29:22 +01:00
parent 740d5cd8a6
commit f9dd188531
5 changed files with 29 additions and 20 deletions

View File

@@ -56,6 +56,6 @@ export const RegisterSettings = function () {
scope: "world",
config: false,
type: String,
default: "true",
default: "null",
});
};