From ea6d4281aaf0acfbec46d1507cf9834846969800 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 24 Jan 2021 09:06:53 +1000 Subject: [PATCH] Removes Herm option for biological gender --- .../carbon/human/species/shadekin/shadekin.dm | 2 +- .../carbon/human/species/station/blank_vr.dm | 2 +- .../human/species/station/prometheans_vr.dm | 2 +- .../station/protean_vr/protean_species.dm | 2 +- .../species/station/station_special_vr.dm | 6 ++-- .../human/species/station/station_vr.dm | 32 +++++++++---------- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm b/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm index 44904a9db8..83876df7b7 100644 --- a/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm +++ b/code/modules/mob/living/carbon/human/species/shadekin/shadekin.dm @@ -66,7 +66,7 @@ speech_bubble_appearance = "ghost" - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) virus_immune = 1 diff --git a/code/modules/mob/living/carbon/human/species/station/blank_vr.dm b/code/modules/mob/living/carbon/human/species/station/blank_vr.dm index 69b3093640..9e31272443 100644 --- a/code/modules/mob/living/carbon/human/species/station/blank_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/blank_vr.dm @@ -29,7 +29,7 @@ num_alternate_languages = 3 assisted_langs = list(LANGUAGE_EAL, LANGUAGE_ROOTLOCAL, LANGUAGE_ROOTGLOBAL, LANGUAGE_VOX) - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) spawn_flags = SPECIES_CAN_JOIN appearance_flags = HAS_HAIR_COLOR | HAS_SKIN_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_EYE_COLOR diff --git a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm index dc3d61ecc8..1bb2795a2d 100644 --- a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm @@ -15,7 +15,7 @@ spawn_flags = SPECIES_CAN_JOIN wikilink="https://wiki.vore-station.net/Promethean" - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) color_mult = 1 mob_size = MOB_MEDIUM //As of writing, original was MOB_SMALL - Allows normal swapping diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm index f29a4d3957..eb8a2b2568 100755 --- a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm +++ b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm @@ -59,7 +59,7 @@ siemens_coefficient = 1.5 //Very bad zappy times rarity_value = 5 - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) has_organ = list( O_BRAIN = /obj/item/organ/internal/mmi_holder/posibrain/nano, diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm index 10822a5f9c..e279255be2 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm @@ -57,7 +57,7 @@ flags = NO_SCAN | NO_INFECT //Dying as a chimera is, quite literally, a death sentence. Well, if it wasn't for their revive, that is. appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) has_organ = list( //Same organ list as tajarans. O_HEART = /obj/item/organ/internal/heart, @@ -404,7 +404,7 @@ spawn_flags = SPECIES_CAN_JOIN appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) flesh_color = "#AFA59E" //Gray-ish. Not sure if this is really needed, but eh. base_color = "#333333" //Blackish-gray @@ -469,7 +469,7 @@ flesh_color = "#AFA59E" base_color = "#777777" - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) heat_discomfort_strings = list( "Your fur prickles in the heat.", diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 730f6a5244..158903f517 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -41,7 +41,7 @@ flesh_color = "#AFA59E" base_color = "#777777" - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) heat_discomfort_strings = list( "Your fur prickles in the heat.", @@ -100,7 +100,7 @@ primitive_form = "Sobaka" - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) spawn_flags = SPECIES_CAN_JOIN appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR @@ -146,7 +146,7 @@ primitive_form = "Sparra" - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) spawn_flags = SPECIES_CAN_JOIN appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR @@ -196,7 +196,7 @@ blood_color = "#240bc4" color_mult = 1 - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) heat_discomfort_strings = list( "Your fur prickles in the heat.", @@ -239,7 +239,7 @@ spawn_flags = SPECIES_CAN_JOIN appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) flesh_color = "#966464" base_color = "#B43214" @@ -257,7 +257,7 @@ min_age = 18 gluttonous = 0 inherent_verbs = list(/mob/living/proc/shred_limb) - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) descriptors = list() wikilink="https://wiki.vore-station.net/Unathi" @@ -271,7 +271,7 @@ gluttonous = 0 //Moving this here so I don't have to fix this conflict every time polaris glances at station.dm inherent_verbs = list(/mob/living/proc/shred_limb, /mob/living/carbon/human/proc/lick_wounds) heat_discomfort_level = 295 //Prevents heat discomfort spam at 20c - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) wikilink="https://wiki.vore-station.net/Tajaran" agility = 90 @@ -283,14 +283,14 @@ min_age = 18 reagent_tag = null assisted_langs = list(LANGUAGE_EAL, LANGUAGE_ROOTLOCAL, LANGUAGE_ROOTGLOBAL, LANGUAGE_VOX) - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) wikilink="https://wiki.vore-station.net/Skrell" /datum/species/zaddat spawn_flags = SPECIES_CAN_JOIN min_age = 18 gluttonous = 0 - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) descriptors = list() // no wiki link exists for Zaddat yet @@ -305,7 +305,7 @@ /datum/species/diona spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED | SPECIES_WHITELIST_SELECTABLE min_age = 18 - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) wikilink="https://wiki.vore-station.net/Diona" /datum/species/teshari @@ -319,7 +319,7 @@ push_flags = ~HEAVY //Allows them to use micro step code. swap_flags = ~HEAVY gluttonous = 0 - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) descriptors = list() wikilink="https://wiki.vore-station.net/Teshari" agility = 90 @@ -337,7 +337,7 @@ deform = 'icons/mob/human_races/r_def_human_vr.dmi' appearance_flags = HAS_HAIR_COLOR | HAS_SKIN_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_EYE_COLOR min_age = 18 - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) base_color = "#EECEB3" wikilink="https://wiki.vore-station.net/Human" @@ -368,7 +368,7 @@ datum/species/harpy secondary_langs = list(LANGUAGE_BIRDSONG) name_language = null color_mult = 1 - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) inherent_verbs = list(/mob/living/proc/flying_toggle,/mob/living/proc/start_wings_hovering) min_age = 18 @@ -465,7 +465,7 @@ datum/species/harpy speech_bubble_appearance = "ghost" - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) breath_type = null poison_type = null @@ -526,7 +526,7 @@ datum/species/harpy //primitive_form = "" //We don't have fennec-monkey sprites. spawn_flags = SPECIES_IS_RESTRICTED appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) flesh_color = "#AFA59E" base_color = "#333333" @@ -566,7 +566,7 @@ datum/species/harpy spawn_flags = SPECIES_IS_RESTRICTED appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR - genders = list(MALE, FEMALE, PLURAL, NEUTER, HERM) + genders = list(MALE, FEMALE, PLURAL, NEUTER) blood_color = "#12ff12" flesh_color = "#201730"