Fixed a lot of UI to match new parenting API

This commit is contained in:
Thaum Rystra
2024-05-08 12:10:43 +02:00
parent 620634c6fd
commit 4a52c3af19
19 changed files with 108 additions and 77 deletions

View File

@@ -55,7 +55,6 @@ var testProperties = [
clean({
_id: 'attackAction',
type: 'action',
ancestors: [{ id: 'charId' }],
attackRoll: {
calculation: '3'
},
@@ -86,7 +85,6 @@ var testProperties = [
clean({
_id: 'attackAction2',
type: 'action',
ancestors: [{ id: 'charId' }],
attackRoll: {
calculation: '3'
},