Files
Bubberstation/code/modules/client/preferences/species_features/mushperson.dm
2024-10-19 08:05:03 -07:00

14 lines
485 B
Plaintext

/* SKYRAT EDIT REMOVAL
/datum/preference/choiced/mushroom_cap
savefile_key = "feature_mushperson_cap"
savefile_identifier = PREFERENCE_CHARACTER
category = PREFERENCE_CATEGORY_SECONDARY_FEATURES
relevant_mutant_bodypart = "cap"
/datum/preference/choiced/mushroom_cap/init_possible_values()
return assoc_to_keys_features(SSaccessories.caps_list)
/datum/preference/choiced/mushroom_cap/apply_to_human(mob/living/carbon/human/target, value)
target.dna.features["caps"] = value
*/