mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
adds sexes (#18551)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user