Poll Winner: Cum drips after creampie. + Fix to fleshlights.

lewd.
This commit is contained in:
quotefox
2021-09-14 04:00:49 +01:00
parent 29f640583a
commit d0070cdab2
10 changed files with 48 additions and 1 deletions
@@ -55,6 +55,8 @@
var/blood_state = BLOOD_STATE_NOT_BLOODY
var/list/blood_smear = list(BLOOD_STATE_BLOOD = 0, BLOOD_STATE_OIL = 0, BLOOD_STATE_NOT_BLOODY = 0)
var/cumdrip_rate = 0 //how long are we dripping jizz for?
var/name_override //For temporary visible name changes
var/genital_override = FALSE //Force genitals on things incase of chems
@@ -36,6 +36,9 @@
//heart attack stuff
handle_heart()
if(cumdrip_rate > 0 && stat != DEAD)
handle_creampie()
if(stat != DEAD)
//Stuff jammed in your limbs hurts
handle_embedded_objects()
+4
View File
@@ -415,6 +415,10 @@
/mob/living/carbon/proc/handle_blood()
return
/mob/living/carbon/proc/handle_creampie()
return
/mob/living/carbon/proc/handle_bodyparts()
for(var/I in bodyparts)
var/obj/item/bodypart/BP = I
@@ -283,6 +283,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/insectguts,
/obj/effect/decal/cleanable/semen,
/obj/effect/decal/cleanable/semendrip,
/obj/effect/decal/cleanable/milk,
/obj/effect/decal/cleanable/femcum,
/obj/effect/decal/remains