Open itchyOwl opened 2 weeks ago
I was looking into 2 related issues, Character variant that inherits creature in another mod will try to find its sprite from wrong mod and Unable to create a variant of Spineling_morbusine, and the fix I implemented seems to have fixed this too (this seemed to basically be a symptom of the same bug).
It seems I was testing this issue incorrectly: I used "EuropaWar", when I should've been using "Enhanced EuropaWar". Looks like the PR I made don't fix the issue.
I'm actually not sure if there is an issue though(?): it seems there's no inheritance involved in that mod, there's just a "standalone" character called Clownhuman03, which is set to search for the animations from the folder of Clownhuman02, which will fail because it's expecting the file names to start with Clownhuman03. In any case, seems out of scope for the other PR, unlinked the ticket.
Discussed in https://github.com/FakeFishGames/Barotrauma/discussions/15092