From dde1f32afe7f7ae0a42382de2da7f18b50c5d8c0 Mon Sep 17 00:00:00 2001 From: byte <83266791+sarcoph@users.noreply.github.com> Date: Sun, 18 Sep 2022 08:09:49 -0800 Subject: [PATCH] nevermind, they're all androgynous --- .../code/modules/mob/dead/new_player/cosmetic_parts.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm b/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm index 9d795fa5e..99b4ad88b 100644 --- a/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm +++ b/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm @@ -28,16 +28,14 @@ safely. HATE GENDER!!!!!!!!!! */ - var/support_gender = FALSE + var/support_gender = null /** Species IDs that support this cosmetic part. Bypassed with "show mismatched markings" option. */ var/list/supported_species /datum/cosmetic_part/head /datum/cosmetic_part/chest /datum/cosmetic_part/arms - support_gender = null /datum/cosmetic_part/legs - support_gender = null // HEADS // ========================================= @@ -52,6 +50,7 @@ safely. name = "round ipc head" icon_state = "ipc_round" supported_species = list("ipc") + support_gender = null // CHESTS @@ -68,6 +67,7 @@ safely. icon_state = "ipc_sleek" supported_species = list("ipc") color_src = MATRIXED + support_gender = null /datum/cosmetic_part/chest/ipc_jointed id = "ipc_jointed" @@ -75,6 +75,7 @@ safely. icon_state = "ipc_jointed" supported_species = list("ipc") color_src = MATRIXED + support_gender = null // ARMS