Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is an old issue that has been known for quite a while. Fix copied from discord:


the baby has a description problem because babies don't use the standard data (news to me too).
after line 481 of files/scripts/characters/description.gd, a new line needs to be added for feathers_and_fur. I just copied the normal entry

feathers_and_fur = '$His body is sparsely covered with [color=aqua][feathercolor] bird-like feathers[/color]. Beneath that is thick, soft [color=aqua]fur of [furcolor]',

adding a new line requires that you have a decent text editor so that the newline character is correct. although [furcolor] doesn't work because it was only added to the normal description function, it doesn't cause any errors.

Thank you for the swift reply! Do I add the line in the game files or the mod files? Is Notepad++ good enough?

Notepad++ will be perfectly sufficient for it. If you add it in the mod files, just remember to reapply the mod (fully deactivate, restart, reactivate, and restart). If you do it in the game files it'll take place next time you start the game but if you ever reload the mod it'll have to be redone. The safest option is adding it to both.

Thank you for the swift reply! Alright ill do just that :)