ayylmao
This commit is contained in:
+36
-1
@@ -9,4 +9,39 @@
|
||||
/obj/item/organ/stomach/prepare_eat()
|
||||
var/obj/S = ..()
|
||||
S.reagents.add_reagent("sacid", 2)
|
||||
return S
|
||||
return S
|
||||
|
||||
/obj/item/organ/penis
|
||||
name = "penis"
|
||||
icon_state = "penis"
|
||||
zone = "groin"
|
||||
slot = "penis"
|
||||
w_class = 3
|
||||
var/subtype = "human"
|
||||
var/size = "normal"
|
||||
var/testicles
|
||||
|
||||
/obj/item/organ/testicles
|
||||
name = "testicles"
|
||||
icon_state = "testicles"
|
||||
zone = "groin"
|
||||
slot = "testicles"
|
||||
w_class = 3
|
||||
var/size = "normal"
|
||||
|
||||
/obj/item/organ/vagina
|
||||
name = "vagina"
|
||||
icon_state = "vagina"
|
||||
zone = "groin"
|
||||
slot = "vagina"
|
||||
w_class = 3
|
||||
var/subtype = "human"
|
||||
var/ovaries
|
||||
|
||||
/obj/item/organ/ovaries
|
||||
name = "ovaries"
|
||||
icon_state = "ovaries"
|
||||
zone = "groin"
|
||||
slot = "ovaries"
|
||||
w_class = 3
|
||||
var/subtype = "human"
|
||||
|
||||
Reference in New Issue
Block a user