diff --git a/code/modules/mob/living/carbon/human/species_types/abductors.dm b/code/modules/mob/living/carbon/human/species_types/abductors.dm index 8aa309a84cc..70f8f2fdf64 100644 --- a/code/modules/mob/living/carbon/human/species_types/abductors.dm +++ b/code/modules/mob/living/carbon/human/species_types/abductors.dm @@ -1,7 +1,7 @@ /datum/species/abductor name = "Abductor" id = SPECIES_ABDUCTOR - sexes = FALSE + sexes = TRUE//ZUBBER EDIT species_traits = list( NOEYESPRITES, NO_UNDERWEAR, diff --git a/code/modules/mob/living/carbon/human/species_types/ethereal.dm b/code/modules/mob/living/carbon/human/species_types/ethereal.dm index bd03f4fc940..2a4257d44ed 100644 --- a/code/modules/mob/living/carbon/human/species_types/ethereal.dm +++ b/code/modules/mob/living/carbon/human/species_types/ethereal.dm @@ -30,7 +30,7 @@ changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC | RACE_SWAP | ERT_SPAWN | SLIME_EXTRACT species_cookie = /obj/item/food/energybar species_language_holder = /datum/language_holder/ethereal - sexes = FALSE //no fetish content allowed + sexes = TRUE //Zubber edit-let them play women. toxic_food = NONE // Body temperature for ethereals is much higher then humans as they like hotter environments bodytemp_normal = (BODYTEMP_NORMAL + 50) diff --git a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm index 8b8c4a3c86e..00d39b820e8 100644 --- a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm +++ b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm @@ -2,7 +2,7 @@ name = "\improper Plasmaman" plural_form = "Plasmamen" id = SPECIES_PLASMAMAN - sexes = 0 + sexes = TRUE//ZUBBER EDIT, SEX WILL BE REAL meat = /obj/item/stack/sheet/mineral/plasma species_traits = list( NOTRANSSTING,