hm.
if (strcmp(current_locale, "pt_BR") == 0
&& npc->is_feline
&& npc->gender == GENDER_NB
&& npc->height < limit) {
// TODO: ???
assert(0);
}
if (strcmp(current_locale, "pt_BR") == 0
&& npc->is_feline
&& npc->gender == GENDER_NB
&& npc->height < limit) {
// TODO: ???
assert(0);
}