* auto vote runtime error fix * part 1 * adds a wolf pai sprite modified fox sprite that doesn't make your eyes bleed * missed a painful sprite * part 2 * ptwhatever * save * conflict resolution pt1 * conflict resolution pt2 * almost done with the preferences shit * fixes missing arousal HUD * file rename * even more * keep the panic commits coming * forgot one * wew, gonna go make some small changes * s o o n * LOOC admin and player toggles * fixed backpacks and taurs clipping on the preview * fixed penis length saving * typo fix * arousal fix * icon tuning * final
18 lines
494 B
Plaintext
18 lines
494 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
|