Files
S.P.L.U.R.T-Station-13/modular_splurt/code/modules/client/preferences_savefile.dm
BongaTheProto 5f7d07bd33 breastmilk 2: even more milk
anyone remembers that one synth beer picture?
2022-04-28 17:14:45 -05:00

10 lines
656 B
Plaintext

/datum/preferences/update_character(current_version, savefile/S)
. = ..()
if(current_version < 53.01)
if(!features["balls_fluid"] || !(find_reagent_object_from_type(features["balls_fluid"]) in GLOB.genital_fluids_list))
features["balls_fluid"] = /datum/reagent/consumable/semen
if(!features["breasts_fluid"] || !(find_reagent_object_from_type(features["breasts_fluid"]) in GLOB.genital_fluids_list))
features["breasts_fluid"] = /datum/reagent/consumable/milk
if(!features["womb_fluid"] || !(find_reagent_object_from_type(features["womb_fluid"]) in GLOB.genital_fluids_list))
features["womb_fluid"] = /datum/reagent/consumable/semen/femcum