update content

This commit is contained in:
SandPoot
2023-06-20 15:39:24 -03:00
parent 9ab5c245bb
commit 15d52e5b15
18 changed files with 416 additions and 250 deletions
@@ -1,2 +0,0 @@
/mob/living/carbon/human
var/cumdrip_rate = 0 //how long are we dripping jizz for?
@@ -1,6 +0,0 @@
//Hyper change, adds cumdrip
/mob/living/carbon/human/BiologicalLife(seconds, times_fired)
if(!(. = ..()))
return
if(cumdrip_rate > 0 && stat != DEAD)
handle_creampie()