Modularize

This commit is contained in:
BongaTheProto
2024-03-28 14:52:20 -05:00
parent 0ccdbbac84
commit 81ed818ceb
4 changed files with 28 additions and 33 deletions
@@ -222,22 +222,3 @@
reagents_list = list(/datum/reagent/medicine/synthflesh = 25)
build_path = /obj/item/organ/genital/butt
category = list("initial","human","lizard","fly","insect","plasmaman","mammal","xeno")
// Splurt Edit: Synthetic semen and female ejaculate
/datum/design/semen
name = "Synthetized Semen Uwu"
id = "semen"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 15)
build_path = /obj/item/reagent_containers/glass/bottle/semen
category = list("initial","mammal","other")
/datum/design/female_ejaculate
name = "Synthetized Female Ejaculate"
id = "female_ejaculate"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 15)
build_path = /obj/item/reagent_containers/glass/bottle/female_ejaculate
category = list("initial","mammal","other")