Skip to content

Commit

Permalink
Merge pull request #2587 from CacheAtWork/CacheAtWorkDongPrinter
Browse files Browse the repository at this point in the history
Dong printer
  • Loading branch information
Tk420634 authored Jul 1, 2023
2 parents 058471b + ad3c98e commit 76b874b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/limbgrower.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"plasmaman",
"mammal",
"xeno",
"genitals",
"other"
)

Expand Down
48 changes: 48 additions & 0 deletions code/modules/research/designs/limbgrower_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,54 @@
build_path = /mob/living/carbon/twoman
category = list("initial","human")

/datum/design/vagina
name = "Vagina"
id = "vagina"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 25)
build_path = /obj/item/organ/genital/vagina
category = list("initial","genitals")

/datum/design/womb
name = "Womb"
id = "womb"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 25)
build_path = /obj/item/organ/genital/womb
category = list("initial","genitals")

/datum/design/breasts
name = "Breasts"
id = "breasts"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 25)
build_path = /obj/item/organ/genital/breasts
category = list("initial","genitals")

/datum/design/butt
name = "Butt"
id = "butt"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 25)
build_path = /obj/item/organ/genital/butt
category = list("initial","genitals")

/datum/design/penis
name = "Penis"
id = "penis"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 25)
build_path = /obj/item/organ/genital/penis
category = list("initial","genitals")

/datum/design/testicles
name = "Testicles"
id = "testicles"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 25)
build_path = /obj/item/organ/genital/testicles
category = list("initial","genitals")

/*
/datum/design/armblade
name = "Arm Blade"
Expand Down

0 comments on commit 76b874b

Please sign in to comment.