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
@@ -0,0 +1,16 @@
/mob/living/carbon/human/handle_creampie()
if(NOBLOOD in dna.species.species_traits)
cumdrip_rate = 0
return
if(cumdrip_rate < 0)
cumdrip_rate = 0
if(bodytemperature >= TCRYO && !(HAS_TRAIT(src, TRAIT_NOCLONE)))
cumdrip_rate = cumdrip_rate - 1
cumdrip()
/mob/living/carbon/human/proc/cumdrip()
.=..()
if(isturf(loc))
new/obj/effect/decal/cleanable/semendrip(get_turf(src))
+4 -1
View File
@@ -177,7 +177,10 @@
if( (P.condom == 1) || (P.sounding == 1)) //If coundomed and/or sounded, do not fire impreg chance
O.mob_climax_partner(P, M, FALSE, FALSE, FALSE, TRUE)
else //Else, fire impreg chance
O.mob_climax_partner(P, M, FALSE, TRUE, FALSE, TRUE) //climax with their partner remotely, and impreg because people keep asking!
if(G.name == "vagina") //no more spontaneous impregnations through the butt!
O.mob_climax_partner(P, M, FALSE, TRUE, FALSE, TRUE)
else
O.mob_climax_partner(P, M, FALSE, FALSE, FALSE, TRUE)
if(option == "Lick")
to_chat(M, "<span class='love'>You feel a tongue lick you through the portal against your [G.name].</span>")