So, two related questions:
In the clothing override, does the portrait_age trigger not work for anything except `portrait_age > child`? I tried oldage, midage and young and it doesn't really seem to care. What is even the point of checking if the character is older than a child when portrait logic is only applied to adults in the first place?
If it doesn't work, is there any way to scope to the actual character in order to check e.g. for `practical_age`? Or is it necessary for performance to keep the scope that restricted?
In the clothing override, does the portrait_age trigger not work for anything except `portrait_age > child`? I tried oldage, midage and young and it doesn't really seem to care. What is even the point of checking if the character is older than a child when portrait logic is only applied to adults in the first place?
If it doesn't work, is there any way to scope to the actual character in order to check e.g. for `practical_age`? Or is it necessary for performance to keep the scope that restricted?