mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-24 16:41:48 +00:00
14 lines
485 B
Plaintext
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
|
|
*/
|