vibrators and code optimization!

This commit is contained in:
QuoteFox
2021-01-28 01:36:37 +00:00
parent 897b5995a6
commit 3772bbbcc5
11 changed files with 216 additions and 30 deletions
@@ -15,6 +15,7 @@
can_climax = TRUE
fluid_transfer_factor = 0.5
var/sent_full_message = TRUE //defaults to 1 since they're full to start
dontlist = TRUE
/obj/item/organ/genital/belly/on_life()
if(QDELETED(src))
@@ -23,6 +23,8 @@
var/hidden = FALSE
var/colourtint = ""
var/mode = "clothes"
var/obj/item/equipment //for fun stuff that goes on the gentials/maybe rings down the line
var/dontlist = FALSE
/obj/item/organ/genital/Initialize()
. = ..()
@@ -19,6 +19,7 @@
masturbation_verb = "massage"
can_climax = TRUE
var/sent_full_message = TRUE //defaults to 1 since they're full to start
dontlist = TRUE
/obj/item/organ/genital/testicles/on_life()