hm.
@puppygirlhornypost2 gotta be one of the edge cases of all time right there.
@puppygirlhornypost2 tick all that apply
non-binary
32%
cat
34.2%
with dwarfism
10.1%
brazilian portugese
9.6%
none of the above
14%
Poll ended at .
@puppygirlhornypost2 I'm thinking fucked up in depth localization files where the game can edit names to be diminutive if the dwarfism happens
@puppygirlhornypost2 I feel like a bit of testing would have caught that
@puppygirlhornypost2 I don't know which game it is but it sure looks interesting
@puppygirlhornypost2 sims ahh patch notes
@puppygirlhornypost2 or dwarf fortress
@ari @puppygirlhornypost2 This really does feel like dwarf fortress
Mewgenics - Beta Branch patch notes 1.0.20860 - Steam News

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...

@puppygirlhornypost2

Definitive proof that no program is ever finished. ๐Ÿ˜ž

@puppygirlhornypost2 we have dwarffortress changelog at home
@puppygirlhornypost2 Jerry Springer episode synopsis

@puppygirlhornypost2

if (strcmp(current_locale, "pt_BR") == 0
&& npc->is_feline
&& npc->gender == GENDER_NB
&& npc->height < limit) {

// TODO: ???
assert(0);
}

@puppygirlhornypost2 what is the context to this
@puppygirlhornypost2 Oh, probably a text parser bug
@puppygirlhornypost2 I'm kind of curious what led to the crash.
@puppygirlhornypost2 is this from Dwarf Fortress?
@puppygirlhornypost2 localization string of that gender and diminutive for pt-br is not defined. should've fallen back to pt-pt