From 3dea42e730bfb71410e0af810e1f462e05db6333 Mon Sep 17 00:00:00 2001 From: plsleavemealon <106043510+plsleavemealon@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:12:13 -0500 Subject: [PATCH] Lets zombie players choose their gender (#2038) ## About The Pull Request Why the hell was this set to false?! Anyway, just a simple fix to allow zombie players pick their gender without having to jump through hoops. ## Why It's Good For The Game Lets zombie players play the gender they want to play. ## Proof Of Testing Works flawlessly locally. ## Changelog :cl: fix: lets zombies be gendered /:cl: --- code/modules/mob/living/carbon/human/species_types/zombies.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/zombies.dm b/code/modules/mob/living/carbon/human/species_types/zombies.dm index b685e18b01812..cf53246fc61e7 100644 --- a/code/modules/mob/living/carbon/human/species_types/zombies.dm +++ b/code/modules/mob/living/carbon/human/species_types/zombies.dm @@ -2,7 +2,7 @@ // 1spooky name = "High-Functioning Zombie" id = SPECIES_ZOMBIE - sexes = FALSE + sexes = TRUE //BUBBER EDIT - WHY THE HELL WAS THIS SET TO FALSE??? meat = /obj/item/food/meat/slab/human/mutant/zombie mutanttongue = /obj/item/organ/internal/tongue/zombie inherent_traits = list(