hm.
The Game is MewGenics:
https://store.steampowered.com/news/app/686060/view/518615049848226524

Mewgenics 1.0.20860 this is another update on the BETA BRANCH of the game and will be pushed to main once people have had a chance to test it (maybe next week, maybe tonight) - Fixed case where a non-binary cat with dwarfism would crash the game if playing in brazilian portugese - Fixed Empty Vessels providing filled max health instead of unfilled max health - Fixed Cat-A-Pult being able to launch 2x2 characters partially off map causing a softlock when it tried to walk back into the map (the...
Definitive proof that no program is ever finished. ๐
if (strcmp(current_locale, "pt_BR") == 0
&& npc->is_feline
&& npc->gender == GENDER_NB
&& npc->height < limit) {
// TODO: ???
assert(0);
}