adds sexes (#18551)

This commit is contained in:
Cameron Lennox
2025-09-24 17:32:35 -04:00
committed by GitHub
parent 2720fb52f3
commit 5c29f1e525
2 changed files with 4 additions and 0 deletions
@@ -16,6 +16,8 @@
blood_color = "#aaaadd"
genders = list(MALE, FEMALE, NEUTER, PLURAL)
show_ssd = "eerily still."
min_age = 0
@@ -47,6 +47,8 @@
flags = NO_DNA | NO_SLEEVE | IS_PLANT | NO_MINOR_CUT
appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR
genders = list(MALE, FEMALE, NEUTER, PLURAL)
inherent_verbs = list(/mob/living/carbon/human/proc/alraune_fruit_select, //Give them the voremodes related to wrapping people in vines and sapping their fluids
/mob/living/carbon/human/proc/tie_hair,
/mob/living/proc/toggle_thorns)