mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[MIRROR] [READY] Podperson hair (sprites by Shiets!) [MDB IGNORE] (#12235)
* [READY] Podperson hair (sprites by Shiets!) * wew lad * how'd i miss that? Co-authored-by: dragomagol <66640614+dragomagol@users.noreply.github.com> Co-authored-by: John Doe <gamingskeleton3@gmail.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user