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()