mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 15:42:28 +00:00
and another minor one
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user