CharacterSpecific Templatesystems #36

Merged
sebastian merged 31 commits from template-systems into main 2024-04-14 13:45:04 +02:00
Showing only changes of commit bf5403814a - Show all commits

View File

@ -23,7 +23,6 @@ export class Character extends ModelComponent implements TemplateElement {
} else if(gamesystem instanceof ProductTemplateSystem) { } else if(gamesystem instanceof ProductTemplateSystem) {
this.characterSpecificTemplateSystems.push(gamesystem) this.characterSpecificTemplateSystems.push(gamesystem)
gamesystem.addTemplateElement(this) gamesystem.addTemplateElement(this)
gamesystem.innerGamesystems.forEach(innerGamesystem => this.addCharacterSpecificSimpleTemplatesystem(innerGamesystem))
} }
if(gamesystem.parentGamesystem != undefined) { if(gamesystem.parentGamesystem != undefined) {