Portal fleshlight, now has impreg chances.

stop asking.
This commit is contained in:
QuoteFox
2021-05-05 12:51:55 +01:00
parent 2bc7e5f992
commit 6c2b1faa22
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
//Hyperstation 13 fleshlight
//Humbley request this doesnt get ported to other code bases, we strive to make things unique on our server and we dont have alot of coders
//but if you absolutely must. please give us some credit~ <3
//made by quotefox
/obj/item/fleshlight
name = "fleshlight"
@@ -170,7 +171,7 @@
if (C.getArousalLoss() >= 100 && ishuman(C) && C.has_dna())
var/mob/living/carbon/human/O = C
O.mob_climax_partner(P, M, FALSE, FALSE, FALSE, TRUE) //climax with their partner remotely!
O.mob_climax_partner(P, M, FALSE, TRUE, FALSE, TRUE) //climax with their partner remotely, and impreg because people keep asking!
return
..()