(File attached) Even tho I have no idea about where the code does what, I decided to take a look at this stuff myself to maybe fix something in a very unlikely scenario. I was able to track down Seaweed's mirror code in the commonevents-file in the data-folder and the culprit for Era just not showing up was the line of code in ID 101, it overwrote the already working functionality to display her image.(What was that even meant to do?)
The code to display the clothes is in ID 102 and...I have positively no idea that giant conditional does, too complex with possible redundancy. Overall, it was always functional, but toggled the individual pieces besides the belt incorrectly. Based on looking at other conditionals in the same file, I made the vague guess that the first definition probably shouldn't specify any code and...suddenly everything that works is at least seemingly toggled correctly. Crazy. When it comes to what doesn't work, the shorts are specified in the conditional but just don't work, they are never worn. Knives are never specified as far as I can see, so they are missing too. The vest-toggle works(It is responsible for the hood), but the actual vest isn't here.(I legitimately question why that is, but eh. Topless is fun)
View attachment 2038944