* sensible fixes * this too * some more * fixes chair icons reverted to state before tg pull * fixes telecomms icons revert to state before tg pull * fixes research icons reverted to before tg pull * de-whitewashed the stools * fixed missing broadcaster sprites * always load from the savefile helps custom servers who don't want to fuck with the config, this will never not be wanted with the system we have * stop it, ghosts * fixes limb augmentation https://github.com/tgstation/tgstation/pull/25446 * removes lag * re-adds sounds * exception * makes travis happy
17 lines
493 B
Plaintext
17 lines
493 B
Plaintext
/obj/item/organ/genital/ovipositor
|
|
name = "ovipositor"
|
|
desc = "An egg laying reproductive organ."
|
|
icon_state = "ovi_knotted_2"
|
|
icon = 'code/citadel/icons/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
|