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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user