Fixed some issues with skill display

This commit is contained in:
Stefan Zermatten
2022-08-19 14:03:03 +02:00
parent 6d42eb62f0
commit 28307e26c3
5 changed files with 16 additions and 40 deletions

View File

@@ -135,6 +135,7 @@ let ComputedOnlySkillSchema = createPropertySchema({
effects: {
type: Array,
optional: true,
removeBeforeCompute: true,
},
'effects.$': {
type: Object,