product-template-systems #33

Merged
sebastian merged 8 commits from product-template-systems into template-systems 2024-04-14 11:45:39 +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) {