[READY] Podperson hair (sprites by Shiets!) (#65205)

Adds 10+ plant based hairstyles for podpeople to use in the form of an external organ.
This commit is contained in:
dragomagol
2022-03-22 16:48:18 -05:00
committed by GitHub
parent 3308d30cdc
commit a364ce1e68
17 changed files with 173 additions and 5 deletions
@@ -0,0 +1,15 @@
/datum/preference/choiced/pod_hair
savefile_key = "feature_pod_hair"
savefile_identifier = PREFERENCE_CHARACTER
category = PREFERENCE_CATEGORY_FEATURES
main_feature_name = "Hairstyle"
should_generate_icons = FALSE
/datum/preference/choiced/pod_hair/init_possible_values()
return GLOB.pod_hair_list
/datum/preference/choiced/pod_hair/create_default_value()
return pick(GLOB.pod_hair_list)
/datum/preference/choiced/pod_hair/apply_to_human(mob/living/carbon/human/target, value)
target.dna.features["pod_hair"] = value