fix: generate random sex if sex is unknown

This commit is contained in:
Anna 2021-09-30 14:50:53 -04:00
parent 47c02a9d9b
commit 334d1f4a7c
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ namespace NominaOcculta {
}
if (info.sex == 0xFF) {
info.clan = (byte) this.Rng.Next(0, 2);
info.sex = (byte) this.Rng.Next(0, 2);
}
// get a name for the given info if possible