and another minor one

This commit is contained in:
Fox McCloud
2018-07-20 01:24:43 -04:00
parent dea0b0156a
commit 81133f7bb5

View File

@@ -2183,7 +2183,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
character.backbag = backbag
//Debugging report to track down a bug, which randomly assigned the plural gender to people.
if(S.has_gender && (character.gender in list(PLURAL, NEUTER)))
if(character.dna.species.has_gender && (character.gender in list(PLURAL, NEUTER)))
if(isliving(src)) //Ghosts get neuter by default
message_admins("[key_name_admin(character)] has spawned with their gender as plural or neuter. Please notify coders.")
character.change_gender(MALE)