* ERP, miscreants, clothing * github pls * guns, dogborg, areas, vendor * finishes moving around the last of the stuffs * cleaned up shit. italics on subtle messages vore code to modular_citadel too * updates codeowners and recompiles tgui because it's a healthy thing to do * reee, I had that spawner set byond * cleans up a bad pipe does the thing I've been meaning to do for a while now as well. * bumps up xenobio console requirements inb4 reee * snowflake commenting
17 lines
509 B
Plaintext
17 lines
509 B
Plaintext
/obj/item/organ/genital/ovipositor
|
|
name = "Ovipositor"
|
|
desc = "An egg laying reproductive organ."
|
|
icon_state = "ovi_knotted_2"
|
|
icon = 'modular_citadel/icons/obj/genitals/ovipositor.dmi'
|
|
zone = "groin"
|
|
slot = "penis"
|
|
w_class = 3
|
|
shape = "knotted"
|
|
size = 3
|
|
var/length = 6 //inches
|
|
var/girth = 0
|
|
var/girth_ratio = COCK_GIRTH_RATIO_DEF //citadel_defines.dm for these defines
|
|
var/knot_girth_ratio = KNOT_GIRTH_RATIO_DEF
|
|
var/list/oviflags = list()
|
|
var/obj/item/organ/eggsack/linked_eggsack
|