another monster gender name handling tweak

ensure that monster female name variation ends up as a female during ^G

arbitrate when there is a conflict between gender term (male or female) and
a gender-tied monster name (cavewoman) during ^G; gender term wins
This commit is contained in:
nhmall
2020-12-28 14:02:22 -05:00
parent 524f9dd82b
commit f30bb8aaa4
3 changed files with 47 additions and 7 deletions

View File

@@ -628,7 +628,8 @@ struct role_filter {
struct _create_particular_data {
int quan;
int which;
int fem;
int fem; /* -1, MALE, FEMALE, NEUTRAL */
int genderconf; /* conflicting gender */
char monclass;
boolean randmonst;
boolean maketame, makepeaceful, makehostile;