C interface to add species variant.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-04 20:40:45 +02:00
parent 119e71e86a
commit 3a9e55aae5
2 changed files with 4 additions and 1 deletions

View File

@@ -33,4 +33,4 @@ Gender CreatureSpecies::GetRandomGender(Arbutils::Random& rand) const {
if (val >= this->_genderRate)
return Gender ::Female;
return Gender ::Male;
}
}