mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-18 13:53:18 +00:00
9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
//Genitals and arousals lists
|
|
GLOBAL_LIST(genital_fluids_list)
|
|
|
|
GLOBAL_LIST_INIT(default_genital_fluids, list(
|
|
find_reagent_object_from_type(/datum/reagent/consumable/milk),
|
|
find_reagent_object_from_type(/datum/reagent/consumable/semen),
|
|
find_reagent_object_from_type(/datum/reagent/consumable/semen/femcum)
|
|
))
|