- Steam App
- Monster Girl Manager (1806700)
- Event type
- patch note
- Published
- 16 June 2023 - 05:11:43 UTC
- Source
- steam_community_announcements
New: Added colored ear sprites. Theses sprite are used by the lamia and the dragon. Bugs: If a monster girl used a helpful skill on a teammate with the retarget status, the skill will no longer retarget to the enemy. Palettes will now only use the base palettes for indexing colors. Fixed river rocks moving into other images quickly. Modding: Rewrote the species palette system to make it easier for modders to add more colors, as well as define palettes for specific variations. Now instead of indexing specific palettes to a species, every species has a unique palette for every variation. This also allows changing previously hardcoded colors, such as the bee's wing color or centaur's hooves. The way it works is: rather than have every palette be a separate sprite and calling an internal list to assign them, The palettes have been wrapped into a single sprite for each species variation. Disc...