mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-24 13:36:15 +01:00
Poll Winner: Cum drips after creampie. + Fix to fleshlights.
lewd.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user