mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-30 16:16:47 +01:00
Modularize
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user